Author: gnichols Date: 2011-07-07 19:05:16 +0000 (Thu, 07 Jul 2011) New Revision: 990
Modified: trunk/tests/Makefile Log: 718290 - Can the kdump variation of the reboot test be moved to be the kdump test?
Modified: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile 2011-07-07 19:01:40 UTC (rev 989) +++ trunk/tests/Makefile 2011-07-07 19:05:16 UTC (rev 990) @@ -15,7 +15,7 @@
.PHONY: clean install
-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 +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 kdump
clean: for i in $(SUBDIRS); do $(MAKE) -C $$i clean; done
v7-commits@lists.stg.fedorahosted.org