--- loncom/build/Makefile 2001/11/08 00:17:09 1.43 +++ loncom/build/Makefile 2001/11/16 23:23:33 1.44 @@ -11,12 +11,17 @@ CATEGORY="development" all: # nothing yet here -test: TEST_system_dependencies +test: TEST_lpml_scripts TEST_system_dependencies @echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL" TEST_system_dependencies: + echo "TESTING SYSTEM DEPENDENCIES"; cd system_dependencies; make +TEST_lpml_scripts: + echo "TESTING LPML INSTALLATION CODE"; + cd ../test; perl filecomparetest.pl + cd: # Build temporary script to get cd # make sure there is enough disk space