diff options
-rw-r--r-- | tests/mkdir/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/Makefile.am b/tests/mkdir/Makefile.am index 403562f7c..0c2c6eca7 100644 --- a/tests/mkdir/Makefile.am +++ b/tests/mkdir/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = p-1 p-2 +TESTS = p-1 p-2 special-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = MKDIR=../../src/mkdir |