diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/integration_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration_test.c b/test/integration_test.c index a624f8c..0ef3f5d 100644 --- a/test/integration_test.c +++ b/test/integration_test.c @@ -46,6 +46,7 @@ test_examples(const MunitParameter params[], void *user_data_or_fixture) { assert_exit_status("../examples/main.pipa", 69); + assert_exit_status("../examples/arithmetics.pipa", 13); return MUNIT_OK; } |