Fixes Overflow and PDA tests not being run

This commit is contained in:
Lew Rossman
2019-07-22 17:42:29 -04:00
parent 051519dca0
commit 0760648aef
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ set(toolkit_test_srcs
test_pattern.cpp
test_curve.cpp
test_control.cpp
test_overflow.cpp
test_pda.cpp
)
add_executable(test_toolkit ${toolkit_test_srcs})

View File

@@ -21,7 +21,7 @@
BOOST_AUTO_TEST_SUITE (test_pda)
BOOST_AUTO_TEST_CASE(test_pda)
BOOST_AUTO_TEST_CASE(test_pda_model)
{
int error = 0;