From 06cb76faa68a08d374866e7f4d90fc04373e9a95 Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Fri, 25 May 2018 06:46:13 +0200 Subject: [PATCH] test: adding test to test suite --- t/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile.am b/t/Makefile.am index 46ad065..723d09c 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,4 +1,4 @@ TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/build-aux/tap-driver.sh -TESTS = t0001-whitespace.sh t0002-invalid.sh t0003-sections.sh t0004-comments.sh +TESTS = t0001-whitespace.sh t0002-invalid.sh t0003-sections.sh t0004-comments.sh t0005-new_var.sh EXTRA_DIST = $(TESTS)