diff options
-rw-r--r-- | tests/cp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/Makefile.am b/tests/cp/Makefile.am index 751b6697a..aa3f3c63f 100644 --- a/tests/cp/Makefile.am +++ b/tests/cp/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = no-deref-link1 no-deref-link2 no-deref-link3 - +TESTS = backup-1 no-deref-link1 no-deref-link2 no-deref-link3 +EXTRA_DIST = $(TESTS) test.mo xg-test1.ok.po TESTS_ENVIRONMENT = CP=../src/cp |