From 6f50cfdd124bbd65e72517fb391b768cd67a5593 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 27 Mar 2024 21:20:07 +0100 Subject: Build tests with automatic builds --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 9e7d788..cf478ce 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -8,6 +8,8 @@ TESTS = float tests: $(TESTS:%=%.diff) +build: $(TESTS:%=%.rxe) + %.rxe: %.nxc $(NBC) $(OPTIMIZE) $(FIRMWARE) -O=$@ $< -- cgit v1.2.3