Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
cmake: enable_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidm committed Apr 14, 2012
1 parent 30da37d commit 1f200ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Expand Up @@ -17,6 +17,7 @@ install_data ( README )
install_doc ( doc/ )
install_test ( tests/ )

enable_testing()
if ( BUILD_TESTING )
# Binary Tests
include_directories ( src )
Expand All @@ -31,6 +32,4 @@ if ( BUILD_TESTING )
endif ()
endif ()

add_lua_test ( tests/test.lua

)
add_lua_test ( tests/test.lua )

0 comments on commit 1f200ec

Please sign in to comment.