Browse Source

undefine FILL_TESTS

cl-refactor
Christoph Jentzsch 10 years ago
parent
commit
e6e88c27af
  1. 2
      test/TestHelper.cpp
  2. 2
      test/state.cpp

2
test/TestHelper.cpp

@ -27,7 +27,7 @@
#include <libethereum/Client.h> #include <libethereum/Client.h>
#include <liblll/Compiler.h> #include <liblll/Compiler.h>
#define FILL_TESTS //#define FILL_TESTS
using namespace std; using namespace std;
using namespace dev::eth; using namespace dev::eth;

2
test/state.cpp

@ -20,8 +20,6 @@
* State test functions. * State test functions.
*/ */
#define FILL_TESTS
#include <boost/filesystem/operations.hpp> #include <boost/filesystem/operations.hpp>
#include <boost/test/unit_test.hpp> #include <boost/test/unit_test.hpp>
#include "JsonSpiritHeaders.h" #include "JsonSpiritHeaders.h"

Loading…
Cancel
Save