tests: mv tests/* -> tests/tcg
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a0f426109e
commit
c09015dd04
4
Makefile
4
Makefile
@ -241,7 +241,7 @@ clean:
|
|||||||
rm -f trace-dtrace.h trace-dtrace.h-timestamp
|
rm -f trace-dtrace.h trace-dtrace.h-timestamp
|
||||||
rm -f $(GENERATED_SOURCES)
|
rm -f $(GENERATED_SOURCES)
|
||||||
rm -rf $(qapi-dir)
|
rm -rf $(qapi-dir)
|
||||||
$(MAKE) -C tests clean
|
$(MAKE) -C tests/tcg clean
|
||||||
for d in $(ALL_SUBDIRS) $(QEMULIBS) libcacard; do \
|
for d in $(ALL_SUBDIRS) $(QEMULIBS) libcacard; do \
|
||||||
if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \
|
if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \
|
||||||
rm -f $$d/qemu-options.def; \
|
rm -f $$d/qemu-options.def; \
|
||||||
@ -319,7 +319,7 @@ endif
|
|||||||
|
|
||||||
# various test targets
|
# various test targets
|
||||||
test speed: all
|
test speed: all
|
||||||
$(MAKE) -C tests $@
|
$(MAKE) -C tests/tcg $@
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check: $(patsubst %,run-check-%,$(CHECKS))
|
check: $(patsubst %,run-check-%,$(CHECKS))
|
||||||
|
6
configure
vendored
6
configure
vendored
@ -3809,14 +3809,14 @@ echo "QEMU_INCLUDES+=$includes" >> $config_target_mak
|
|||||||
done # for target in $targets
|
done # for target in $targets
|
||||||
|
|
||||||
# build tree in object directory in case the source is not in the current directory
|
# build tree in object directory in case the source is not in the current directory
|
||||||
DIRS="tests tests/cris slirp audio block net pc-bios/optionrom"
|
DIRS="tests tests/tcg tests/tcg/cris slirp audio block net pc-bios/optionrom"
|
||||||
DIRS="$DIRS pc-bios/spapr-rtas"
|
DIRS="$DIRS pc-bios/spapr-rtas"
|
||||||
DIRS="$DIRS roms/seabios roms/vgabios"
|
DIRS="$DIRS roms/seabios roms/vgabios"
|
||||||
DIRS="$DIRS fsdev ui"
|
DIRS="$DIRS fsdev ui"
|
||||||
DIRS="$DIRS qapi qapi-generated"
|
DIRS="$DIRS qapi qapi-generated"
|
||||||
DIRS="$DIRS qga trace"
|
DIRS="$DIRS qga trace"
|
||||||
FILES="Makefile tests/Makefile qdict-test-data.txt"
|
FILES="Makefile tests/tcg/Makefile qdict-test-data.txt"
|
||||||
FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
|
FILES="$FILES tests/tcg/cris/Makefile tests/tcg/cris/.gdbinit"
|
||||||
FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
|
FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
|
||||||
FILES="$FILES pc-bios/spapr-rtas/Makefile"
|
FILES="$FILES pc-bios/spapr-rtas/Makefile"
|
||||||
FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
|
FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user