aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/vtpm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/tests/vtpm/Makefile.am')
-rw-r--r--tools/xm-test/tests/vtpm/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/xm-test/tests/vtpm/Makefile.am b/tools/xm-test/tests/vtpm/Makefile.am
deleted file mode 100644
index dd67e459ec..0000000000
--- a/tools/xm-test/tests/vtpm/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-SUBDIRS =
-
-TESTS = 01_vtpm-list_pos.test \
- 02_vtpm-cat_pcrs.test \
- 03_vtpm-susp_res.test \
- 04_vtpm-loc_migr.test \
- 05_vtpm-loc_migr.test \
- 06_vtpm-susp_res_pcrs.test \
- 07_vtpm-mig_pcrs.test \
- 08_vtpm-mig_pcrs.test \
- 09_vtpm-xapi.test
-
-XFAIL_TESTS =
-
-EXTRA_DIST = $(TESTS) $(XFAIL_TESTS) vtpm_utils.py
-TESTS_ENVIRONMENT=@TENV@
-
-%.test: %.py
- cp $< $@
- chmod +x $@
-
-clean-local: am_config_clean-local
-
-am_config_clean-local:
- rm -f *test
- rm -f *log
- rm -f *~