Add integration test framework

This commit is contained in:
2026-04-30 22:21:08 +02:00
parent 177fb971e4
commit 3bdccf2000
6 changed files with 90 additions and 1 deletions
+7 -1
View File
@@ -12,4 +12,10 @@ generate_golden::
clean::
rm -f c2
include v0/include.mk
include v0/include.mk
integration-test: v0/bin/c2 v0/bin/test_integration
./v0/bin/test_integration
v0/bin/test_integration: v0/test_integration.c
$(CC) $(CFLAGS) -o $@ $<