summaryrefslogtreecommitdiff
path: root/test/integration_test.c
diff options
context:
space:
mode:
authorJohnny Richard <johnny@johnnyrichard.com>2023-05-17 15:31:24 +0200
committerJohnny Richard <johnny@johnnyrichard.com>2023-05-17 15:31:24 +0200
commit15196aa56339d34af9f74b019e6aeff5816e8dcc (patch)
treeffe7d6ec48bc6018b5eea7e9ef573cd1bbd57c2f /test/integration_test.c
parentad54ee1182b1549880eddc8b1969d3992d9f7f1d (diff)
parentea7f65fe1250be8f49edcaaedd3410aed1401648 (diff)
Merge commit 'ea7f65fe1250be8f49edcaaedd3410aed1401648' of https://git.sr.ht/~carlosmaniero/pipac-clone
Diffstat (limited to 'test/integration_test.c')
-rw-r--r--test/integration_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration_test.c b/test/integration_test.c
index 4178b42..8866f83 100644
--- a/test/integration_test.c
+++ b/test/integration_test.c
@@ -43,6 +43,9 @@ test_examples(const MunitParameter params[], void *user_data_or_fixture)
assert_exit_status("../examples/main.pipa", 69);
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);
+ assert_exit_status("../examples/fibbonacci.pipa", 233);
return MUNIT_OK;
}