diff options
Diffstat (limited to 'tests/du/Makefile.in')
-rw-r--r-- | tests/du/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 176ed411a..949839ee9 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -148,7 +148,10 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = exclude no-x no-deref trailing-slash deref two-args slink +TESTS = \ + restore-wd \ + exclude no-x no-deref trailing-slash deref two-args slink + EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" |