Added algo test

This commit is contained in:
Guilhem Lavaux 2012-05-28 08:54:14 -04:00
parent 530c6f4fcd
commit f6f8c16f1f

View File

@ -32,4 +32,7 @@ endif (HDF5_FOUND)
add_executable(testEskow testEskow.cpp)
target_link_libraries(testEskow ${tolink})
target_link_libraries(testEskow ${tolink})
add_executable(testAlgo testAlgo.cpp)
target_link_libraries(testAlgo ${tolink})