diff --git a/Makefile b/Makefile index cc6ba5e..b420c54 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all test clean -all: c2 test +all: c2 test integration-test c2: v0/bin/c2 cp $< $@ diff --git a/v0/integration_tests/simple/expected.c b/v0/integration_tests/simple/expected.c index a5c1966..98be382 100644 --- a/v0/integration_tests/simple/expected.c +++ b/v0/integration_tests/simple/expected.c @@ -1 +1,4 @@ -Hello, world +#include + +// u32 simple:x +static uint32_t v_6simple_1x = 123;