Graduate these tests to unit tests

Although they don't use Boost::UnitTest, they can at least pass, so we
can use them to detect simple compilation and runtime errors, although
we miss the semantic check.

(If you have time, please make them proper unit tests)
This commit is contained in:
Roland Kaufmann 2013-08-01 09:54:30 +02:00
parent f6bfb58d45
commit 47f0b97fcc
2 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ list (APPEND MAIN_SOURCE_FILES
# find tests -name '*.cpp' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort
list (APPEND TEST_SOURCE_FILES
tests/test_dgbasis.cpp
tests/test_cubic.cpp
tests/test_nonuniformtablelinear.cpp
tests/test_sparsevector.cpp
tests/test_sparsetable.cpp