From c09015dd04e14a9b99250ed06fb5a47e2efa387f Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Tue, 10 Jan 2012 13:10:42 -0600 Subject: tests: mv tests/* -> tests/tcg Signed-off-by: Anthony Liguori Signed-off-by: Anthony Liguori --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 21f8c76..3b28582 100644 --- a/Makefile +++ b/Makefile @@ -241,7 +241,7 @@ clean: rm -f trace-dtrace.h trace-dtrace.h-timestamp rm -f $(GENERATED_SOURCES) rm -rf $(qapi-dir) - $(MAKE) -C tests clean + $(MAKE) -C tests/tcg clean for d in $(ALL_SUBDIRS) $(QEMULIBS) libcacard; do \ if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \ rm -f $$d/qemu-options.def; \ @@ -319,7 +319,7 @@ endif # various test targets test speed: all - $(MAKE) -C tests $@ + $(MAKE) -C tests/tcg $@ .PHONY: check check: $(patsubst %,run-check-%,$(CHECKS)) -- cgit v1.1