From b424a2eebbbbf19e253d9098317de378f3dc7d4b Mon Sep 17 00:00:00 2001 From: Thomas Oltmann Date: Sun, 9 Jan 2022 15:25:15 +0100 Subject: Implemented a simple test suite The test suite simply runs makel in turn on all Makefiles in tests/, and compares makel's exit codes with the expected exit codes that are written in the Makefiles themselves. This system could be improved by comparing warning classes instead, and using text identifiers instead of numerical codes which might be subject to change. Revision 2 of this patch: Make target to run the test suite is now called 'check' to avoid confusion. --- tests/bad_ws.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/bad_ws.mk (limited to 'tests/bad_ws.mk') diff --git a/tests/bad_ws.mk b/tests/bad_ws.mk new file mode 100644 index 0000000..7b3a0f7 --- /dev/null +++ b/tests/bad_ws.mk @@ -0,0 +1,2 @@ +#:6: + foo: bar # This line is preceded by a vertical tab -- cgit v1.2.3-70-g09d2