From 48f940d36724fe2fe41f0e52d35abac6cdae38e1 Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Thu, 27 May 2021 08:07:02 -0700 Subject: [PATCH] make: add t1001-mf-priority to make check --- t/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Makefile.am b/t/Makefile.am index f0e5a3a28..322c8c3d6 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,7 +1,8 @@ # This list is included in both TESTS and dist_check_SCRIPTS. TESTSCRIPTS = \ t0000-sharness.t \ - t1000-print-hierarchy.t + t1000-print-hierarchy.t \ + t1001-mf-priority.t dist_check_SCRIPTS = \ $(TESTSCRIPTS) \