From 909d3dd0042ce311335f92b95d486ca059db7520 Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Thu, 15 Jul 2021 12:49:06 -0700 Subject: [PATCH] t: add new test file to make --- t/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Makefile.am b/t/Makefile.am index bbf7e3a1a..a5fd8d6e0 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -5,7 +5,8 @@ TESTSCRIPTS = \ t1001-mf-priority-basic.t \ t1002-mf-priority-small-no-tie.t \ t1003-mf-priority-small-tie.t \ - t1004-mf-priority-small-tie-all.t + t1004-mf-priority-small-tie-all.t \ + t1005-max-jobs-limits.t dist_check_SCRIPTS = \ $(TESTSCRIPTS) \