From cf7ea0cd89952ff4bbd9f820399ee7bc473916ba Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 15 Jan 2024 04:57:47 -0500 Subject: [PATCH] Remove debugging debris. --- tests/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index c39bcbe..2ed7431 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -124,10 +124,6 @@ tap: count $(SGAMES) $(TEST_TARGETS) count: @echo 1..$(words $(TEST_TARGETS)) -foobar: - exit 1 - - # The following machinery tests the game against a binary made from # the advent430 branch To use it, switch to that branch, build the # binary, run it once to generate adventure.data, then switch back to -- 2.31.1