From 1ec134d4199538272660bfa51f24a7c1ab04e9c4 Mon Sep 17 00:00:00 2001 From: firewave Date: Thu, 3 Jul 2025 13:52:21 +0200 Subject: [PATCH] fixed #464 - added integration test to `test` make target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 73977517..4a6ae6b7 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ testrunner: test.o simplecpp.o test: testrunner simplecpp ./testrunner python3 run-tests.py + python3 -m pytest integration_test.py -vv selfcheck: simplecpp ./selfcheck.sh