root/library/tests/CMakeLists.txt @ 386

Revision 386, 0.9 kB (checked in by mido, 15 years ago)

possibly broken? 4th part

  • Property svn:eol-style set to native
Line 
1# Make sure the compiler can find include files from our Bdm library.
2include_directories (${BDM_SOURCE_DIR}/bdm)
3
4# Make sure the linker can find the Hello library once it is built.
5link_directories (${BDM_BINARY_DIR}/bdm)
6
7# Add executable called "helloDemo" that is built from the source files
8# "demo.cxx" and "demo_b.cxx".  The extensions are automatically found.
9
10# BASIC EXECS
11EXEC(rv_test)
12EXEC(datalink_test)
13EXEC(loggers_test)
14EXEC(test_user_info)
15
16EXEC(chmat_test)
17EXEC(ldmat_test)
18EXEC(fsqmat_test)
19EXEC(enorm_test)
20EXEC(egiw_test)
21EXEC(stat_mixtures_test)
22EXEC(test0)
23EXEC(testResample)
24
25# ESTIM EXECS
26EXEC(arx_test)
27EXEC(arx_elem_test)
28EXEC(merger_test)
29EXEC(merger_2d_test)
30EXEC(merger_iter_test)
31EXEC(estim_mixtures_test)
32
33EXEC(test_kalman)
34EXEC(test_particle)
35EXEC(testSmp)
36EXEC(testEpdf)
37EXEC(test_kalman_QR)
38EXEC(test_kalman_QRexh)
39
40EXEC(blas_test)
41
42add_subdirectory(tutorial)
Note: See TracBrowser for help on using the browser.