[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: augment man2.test
From: |
Alexandre Duret-Lutz |
Subject: |
FYI: augment man2.test |
Date: |
Wed, 04 Dec 2002 18:46:26 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-debian-linux-gnu) |
I'm checking this in. This tests Nicolas's change.
2002-12-04 Alexandre Duret-Lutz <address@hidden>
* tests/man2.test: Exercize `make uninstall', to test
the previous change.
Index: tests/man2.test
===================================================================
RCS file: /cvs/automake/automake/tests/man2.test,v
retrieving revision 1.3
diff -u -r1.3 man2.test
--- tests/man2.test 8 Sep 2002 13:07:55 -0000 1.3
+++ tests/man2.test 4 Dec 2002 17:44:25 -0000
@@ -47,3 +47,9 @@
test -f ./=inst/man/man2/foo.2
test -f ./=inst/man/man4/foo.4
test -f ./=inst/man/man4/bar.4
+
+DESTDIR="`pwd`/=inst" $MAKE -e SHELL=/bin/sh uninstall
+
+test ! -f ./=inst/man/man2/foo.2
+test ! -f ./=inst/man/man4/foo.4
+test ! -f ./=inst/man/man4/bar.4
--
Alexandre Duret-Lutz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: augment man2.test,
Alexandre Duret-Lutz <=