--- loncom/build/Makefile 2001/10/01 05:22:19 1.42 +++ 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 @@ -58,7 +63,7 @@ statuspost: status rpmstatus: install -d RPMSTATUS - rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp + rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp cat ../../doc/otherfiles/cd_rpms.txt > RPMSTATUS/standard.tmp cat ../../doc/otherfiles/rpm_list.txt > RPMSTATUS/expected.tmp perl rpmparse.pl RPMSTATUS/standard.tmp RPMSTATUS/current.tmp RPMSTATUS/expected.tmp > RPMSTATUS/rpmstatus.html