Add integration test

This commit is contained in:
2026-05-01 09:44:46 +02:00
parent 3bdccf2000
commit b6d0a78d06
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: all test clean .PHONY: all test clean
all: c2 test all: c2 test integration-test
c2: v0/bin/c2 c2: v0/bin/c2
cp $< $@ cp $< $@
+4 -1
View File
@@ -1 +1,4 @@
Hello, world #include <stdint.h>
// u32 simple:x
static uint32_t v_6simple_1x = 123;