Browse Source

add cmake file for test programs

pull/5/head
Jehan Monnier 9 years ago
parent
commit
f099603e39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@ -84,7 +84,7 @@ if(ENABLE_MSPLUGIN)
add_subdirectory(msbcg729)
endif()
if(ENABLE_TESTS)
#add_subdirectory(test)
add_subdirectory(test)
endif()


Loading…
Cancel
Save