Fixes Overflow and PDA tests not being run
This commit is contained in:
@@ -37,6 +37,8 @@ set(toolkit_test_srcs
|
|||||||
test_pattern.cpp
|
test_pattern.cpp
|
||||||
test_curve.cpp
|
test_curve.cpp
|
||||||
test_control.cpp
|
test_control.cpp
|
||||||
|
test_overflow.cpp
|
||||||
|
test_pda.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(test_toolkit ${toolkit_test_srcs})
|
add_executable(test_toolkit ${toolkit_test_srcs})
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE (test_pda)
|
BOOST_AUTO_TEST_SUITE (test_pda)
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(test_pda)
|
BOOST_AUTO_TEST_CASE(test_pda_model)
|
||||||
|
|
||||||
{
|
{
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user