Revision 722, 0.7 kB
(checked in by mido, 15 years ago)
|
astyler run over all test sources
general_suite added
cleanup of \test directory finished
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | # Make sure the compiler can find include files from our Bdm library. |
---|
2 | include_directories (${BDM_SOURCE_DIR}/bdm) |
---|
3 | include_directories (./unittest-cpp) |
---|
4 | |
---|
5 | # Make sure the linker can find the Hello library once it is built. |
---|
6 | link_directories (${BDM_BINARY_DIR}/bdm) |
---|
7 | link_directories (./unittest-cpp) |
---|
8 | |
---|
9 | SET(testutil_src general_suite.cpp general_suite.h epdf_harness.cpp epdf_harness.h mat_checks.cpp mat_checks.h |
---|
10 | pdf_harness.cpp pdf_harness.h square_mat_point.cpp square_mat_point.h test_util.cpp test_util.h) |
---|
11 | |
---|
12 | add_library(testutil ${testutil_src}) |
---|
13 | target_link_libraries(testutil bdm itpp unittest) |
---|
14 | |
---|
15 | add_subdirectory(tutorial) |
---|
16 | add_subdirectory(unittest-cpp) |
---|
17 | add_subdirectory(testsuite) |
---|
18 | add_subdirectory(stresssuite) |
---|