From b6717d3f0d4329cc8fc7d7c0a5b4af42addaf61a Mon Sep 17 00:00:00 2001 From: "Dong H. Ahn" Date: Sun, 24 Oct 2021 23:28:58 -0700 Subject: [PATCH] build: incorporate t3031-resource-minmax2.t into Make --- t/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Makefile.am b/t/Makefile.am index c91f6f0ec..a827145cd 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -77,6 +77,7 @@ TESTS = \ t3028-resource-grow.t \ t3029-resource-prune.t \ t3030-resource-multi.t \ + t3031-resource-minmax2.t \ t3300-system-dontblock.t \ t3301-system-latestart.t \ t4000-match-params.t \