From b6d0a78d065f67192277e0ef63471c5768be9b56 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 1 May 2026 09:44:46 +0200 Subject: [PATCH] Add integration test --- Makefile | 2 +- v0/integration_tests/simple/expected.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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;