[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Mon, 04 Mar 2002 06:50:43 -0000
harris41 Mon Mar 4 01:50:43 2002 EDT
Modified files:
/loncom/build Makefile
Log:
turning on testing of the web layer for the 'test' target
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.76 loncom/build/Makefile:1.77
--- loncom/build/Makefile:1.76 Sat Mar 2 23:46:38 2002
+++ loncom/build/Makefile Mon Mar 4 01:50:43 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.76 2002/03/03 04:46:38 harris41 Exp $
+# $Id: Makefile,v 1.77 2002/03/04 06:50:43 harris41 Exp $
DIST="default"
CATEGORY="development"
@@ -64,7 +64,8 @@
cd ../test; perl filecomparetest.pl
TEST_web_layer:
- @echo "Testing of web layers is not yet implemented."
+ @echo "TESTING WEB LAYER"
+ cd weblayer_test; make
TEST_hosts_tab:
@echo "Testing hosts.tab"