Check-in Number:
|
860 | |
Date: |
2001-Sep-05 15:33:26 (local)
2001-Sep-05 13:33:26 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix 'make check' |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/Makefile.in 1.14 -> 1.15
--- Makefile.in 2001/09/05 13:32:04 1.14
+++ Makefile.in 2001/09/05 13:33:26 1.15
@@ -152,7 +152,7 @@
# (minimalistic) test suite
check: test
-test: test-c @TEST_CXX@
+test: all test-c @TEST_CXX@
test-c:
$(LIBTOOL) --mode=execute ./l2_test
test-cxx:
|
|