Check-in Number:
|
702 | |
Date: |
2001-Aug-20 14:22:22 (local)
2001-Aug-20 12:22:22 (UTC) |
User: | thl |
Branch: | |
Comment: |
moved test stuff to subdir |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/Makefile.in 1.6 -> 1.7
--- Makefile.in 2001/08/20 11:32:59 1.6
+++ Makefile.in 2001/08/20 12:22:22 1.7
@@ -65,5 +65,6 @@
$(SHTOOL) tarball -o lmtp2nntp-$${V}.tar.gz -d lmtp2nntp-$${V} -u ossp -g ossp \
-e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh,*.tar.gz' -c 'gzip --best' .
-test: lmtp2nntp
- ./run.sh
+check: lmtp2nntp
+ @cd test && ./run.sh
+
|
|