summaryrefslogtreecommitdiff
path: root/test/integration_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration_test.c')
-rw-r--r--test/integration_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration_test.c b/test/integration_test.c
index 985e574..608764a 100644
--- a/test/integration_test.c
+++ b/test/integration_test.c
@@ -44,6 +44,7 @@ test_examples(const MunitParameter params[], void *user_data_or_fixture)
assert_exit_status("../examples/arithmetics.pipa", 13);
assert_exit_status("../examples/variables.pipa", 28);
assert_exit_status("../examples/if.pipa", 42);
+ assert_exit_status("../examples/function_call.pipa", 42);
return MUNIT_OK;
}