Author: gnichols Date: 2011-03-23 15:57:50 +0000 (Wed, 23 Mar 2011) New Revision: 826
Modified: trunk/tests/Makefile Log: 690215 - floppy test is no longer required for certification
Modified: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile 2011-03-23 15:31:27 UTC (rev 825) +++ trunk/tests/Makefile 2011-03-23 15:57:50 UTC (rev 826) @@ -15,7 +15,7 @@
.PHONY: clean install
-SUBDIRS := audio bluray cdrom dvd core floppy info memory network pccard storage tape usb video battery suspend lid expresscard cpuscaling profiler fv_core fv_memory fv_network fv_storage rteval hwlatdetect reboot fencing wlan +SUBDIRS := audio bluray cdrom dvd core info memory network pccard storage tape usb video battery suspend lid expresscard cpuscaling profiler fv_core fv_memory fv_network fv_storage rteval hwlatdetect reboot fencing wlan
clean: for i in $(SUBDIRS); do $(MAKE) -C $$i clean; done
v7-commits@lists.stg.fedorahosted.org