aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/unit_tests/parser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit_tests/parser.cpp b/test/unit_tests/parser.cpp
index 2e90992..655ba39 100644
--- a/test/unit_tests/parser.cpp
+++ b/test/unit_tests/parser.cpp
@@ -14,8 +14,6 @@
#include <string_view>
#include <vector>
-BOOST_AUTO_TEST_SUITE(parser_tests)
-
namespace bdata = boost::unit_test::data;
using math::server::Parser;
using math::server::ParserError;
@@ -114,6 +112,8 @@ const std::vector<std::string> error_msg{
} // namespace exec::invalid
} // namespace
+BOOST_AUTO_TEST_SUITE(parser_tests)
+
BOOST_DATA_TEST_CASE(test_exec_valid,
bdata::make(exec::valid::input) ^ exec::valid::expected,
input,