checked headless builds with and without jsonrpc

This commit is contained in:
Marek Kotewicz 2014-10-24 16:14:00 +02:00
parent b072b8687a
commit ac3ac9095a
2 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@ aux_source_directory(. SRC_LIST)
list(REMOVE_ITEM SRC_LIST "./createRandomTest.cpp")
include_directories(..)
link_directories(../libethcore)
link_directories(../libethereum)
file(GLOB HEADERS "*.h")
add_executable(testeth ${SRC_LIST} ${HEADERS})

View File

@ -19,7 +19,7 @@
* @date 2014
*/
#if 1
#if ETH_JSONRPC && 1
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>