Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
ab0d4a14
Commit
ab0d4a14
authored
Jun 09, 2010
by
Sébastien Villemot
Browse files
Build system: added new test for C++ prior classes
parent
228d0d6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ab0d4a14
...
...
@@ -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
\ No newline at end of file
# MacOS stuff
.DS_Store
mex/sources/estimation/tests/Makefile.am
View file @
ab0d4a14
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment