diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/tests.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h index f98194278..5a075975d 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -325,7 +325,8 @@ class Test * Register the test with the runner */ #define BOTAN_REGISTER_TEST(type, Test_Class) \ - namespace { Test::Registration reg_ ## Test_Class ## _tests(type, new Test_Class); } + namespace { Test::Registration reg_ ## Test_Class ## _tests(type, new Test_Class); } \ + BOTAN_FORCE_SEMICOLON /* * A test based on reading an input file which contains key/value pairs |