Browse Source

Modified cmake to generate 'make test' target: runs testeth binary

cl-refactor
Marko Simovic 11 years ago
parent
commit
fbd3e8b000
  1. 3
      CMakeLists.txt

3
CMakeLists.txt

@ -153,6 +153,9 @@ if (NOT HEADLESS)
add_subdirectory(walleth) add_subdirectory(walleth)
endif () endif ()
enable_testing()
add_test(NAME alltests WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test COMMAND testeth)
unset(HEADLESS CACHE) unset(HEADLESS CACHE)
#unset(TARGET_PLATFORM CACHE) #unset(TARGET_PLATFORM CACHE)

Loading…
Cancel
Save