Build system: added new test for C++ prior classes

time-shift
Sébastien Villemot 2010-06-09 11:37:42 +02:00
parent 228d0d6d85
commit ab0d4a143e
2 changed files with 10 additions and 2 deletions

6
.gitignore vendored
View File

@ -136,6 +136,8 @@ ylwrap
/mex/sources/estimation/tests/testInitKalman.exe
/mex/sources/estimation/tests/testKalman
/mex/sources/estimation/tests/testKalman.exe
/mex/sources/estimation/tests/testPDF
/mex/sources/estimation/tests/testPDF.exe
/mex/sources/estimation/libmat/tests/test-qr
/mex/sources/estimation/libmat/tests/test-qr.exe
/mex/sources/estimation/libmat/tests/test-gsd
@ -153,4 +155,6 @@ ylwrap
!/mex/sources/kalman/qt/test/Makefile
!/mex/sources/kalman/sylv/cc/Makefile
!/mex/sources/kalman/testing/Makefile
.DS_Store
# MacOS stuff
.DS_Store

View File

@ -1,4 +1,4 @@
check_PROGRAMS = test-dr testModelSolution testInitKalman testKalman
check_PROGRAMS = test-dr testModelSolution testInitKalman testKalman testPDF
test_dr_SOURCES = ../libmat/Matrix.cc ../libmat/Vector.cc ../libmat/QRDecomposition.cc ../libmat/GeneralizedSchurDecomposition.cc ../libmat/LUSolver.cc ../DecisionRules.cc test-dr.cc
test_dr_LDADD = $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
@ -16,5 +16,9 @@ testKalman_SOURCES = ../libmat/Matrix.cc ../libmat/Vector.cc ../libmat/QRDecompo
testKalman_LDADD = $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS) $(LIBADD_DLOPEN)
testKalman_CPPFLAGS = -I.. -I../libmat -I../../ -I../utils
testPDF_SOURCES = ../Prior.cc ../Prior.hh testPDF.cc
testPDF_CPPFLAGS = -I..
check-local:
./test-dr
./testPDF