Browse Source

Merge pull request #118 from msimovic/ctest-enabled

Modified cmake to generate 'make test' target: runs testeth binary
cl-refactor
Gav Wood 11 years ago
parent
commit
4eb578e9af
  1. 3
      CMakeLists.txt

3
CMakeLists.txt

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

Loading…
Cancel
Save