Author: gnichols Date: 2010-06-08 18:05:17 +0000 (Tue, 08 Jun 2010) New Revision: 528
Modified: trunk/tests/Makefile Log: 568526 - FEAT: add a reboot test
Modified: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile 2010-06-08 18:05:01 UTC (rev 527) +++ trunk/tests/Makefile 2010-06-08 18:05:17 UTC (rev 528) @@ -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 +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
clean: for i in $(SUBDIRS); do $(MAKE) -C $$i clean; done
v7-commits@lists.stg.fedorahosted.org