From 39ab3167a2e543fae8d430995cfeaa9ec7983908 Mon Sep 17 00:00:00 2001 From: "Dong H. Ahn" Date: Mon, 23 Nov 2020 23:19:18 -0800 Subject: [PATCH] build: incorporate t1016-nest-namespace.t into Make --- t/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Makefile.am b/t/Makefile.am index 77de32a69..e1b3bca2e 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -38,6 +38,7 @@ TESTS = \ t1013-qmanager-priority.t \ t1014-annotation.t \ t1015-find-format.t \ + t1016-nest-namespace.t \ t2000-tree-basic.t \ t2001-tree-real.t \ t3000-jobspec.t \