From 2d2628df0001d2b643811dc69717c4afe70c4e31 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 11 Aug 2019 17:22:20 +1200 Subject: Fix and add tests for NULL deref cases found by scan-build --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index cb0f3ee..083802c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,3 +1,4 @@ test: + ./asm/run-asm.sh ./full-pipeline/run-full-pipeline.sh ./emul/run-emul.sh -- cgit v1.1