Add integration test
This commit is contained in:
@@ -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 $< $@
|
||||||
|
|||||||
@@ -1 +1,4 @@
|
|||||||
Hello, world
|
#include <stdint.h>
|
||||||
|
|
||||||
|
// u32 simple:x
|
||||||
|
static uint32_t v_6simple_1x = 123;
|
||||||
|
|||||||
Reference in New Issue
Block a user