From a8bb2a28a32803b3fac87336fad15857f7b367ee Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 6 Mar 2023 14:48:42 -0600 Subject: [PATCH] test: enable hg-git tests They have been working for a long time but the standard packages needed to be patched with check-versions to run them successfully. Now that the expected output is stored we don't need to patch anything and they can just be run. This reverts commit b022367aefa0186e4b7512762fbab805caad178d. Signed-off-by: Felipe Contreras --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 02c8c01..01ae05a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ RM ?= rm -f -T = main.t bidi.t +T = $(wildcard *.t) SHARNESS_TEST_DIRECTORY := $(CURDIR) export SHARNESS_TEST_DIRECTORY