diff options
| author | Paolo Bonzini | 2020-02-04 16:09:05 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:43 +0200 |
| commit | ffac93df19d33387645376c32a4a789d204e6fcd (patch) | |
| tree | 225bbdce612c52b294c86d5fdb77854c1c386fbf /tests/Makefile.include | |
| parent | meson: replace create-config with meson configure_file (diff) | |
| download | qemu-ffac93df19d33387645376c32a4a789d204e6fcd.tar.gz qemu-ffac93df19d33387645376c32a4a789d204e6fcd.tar.xz qemu-ffac93df19d33387645376c32a4a789d204e6fcd.zip | |
meson: convert sample plugins
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 1f07a36f32..9ac8f5b86a 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -429,15 +429,6 @@ check-speed: $(check-speed-y) check-report-unit.tap: $(check-unit-y) $(call do_test_tap,$^) -# Plugins -ifeq ($(CONFIG_PLUGIN),y) -.PHONY: plugins -plugins: - $(call quiet-command,\ - $(MAKE) $(SUBDIR_MAKEFLAGS) -C tests/plugin V="$(V)", \ - "BUILD", "plugins") -endif - # Per guest TCG tests BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(TARGET_DIRS)) |
