Merge pull request #515 from OpenWaterAnalytics/dev-PDA_fixes

Fixes Overflow and PDA tests not being run
This commit is contained in:
Lew Rossman
2019-07-22 17:59:42 -04:00
committed by GitHub
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;