Line | |
---|
1 | SUBDIRS = |
---|
2 | |
---|
3 | TESTS = 01_vtpm-list_pos.test \ |
---|
4 | 02_vtpm-cat_pcrs.test \ |
---|
5 | 03_vtpm-susp_res.test \ |
---|
6 | 04_vtpm-loc_migr.test \ |
---|
7 | 05_vtpm-loc_migr.test \ |
---|
8 | 06_vtpm-susp_res_pcrs.test \ |
---|
9 | 07_vtpm-mig_pcrs.test \ |
---|
10 | 08_vtpm-mig_pcrs.test \ |
---|
11 | 09_vtpm-xapi.test |
---|
12 | |
---|
13 | XFAIL_TESTS = |
---|
14 | |
---|
15 | EXTRA_DIST = $(TESTS) $(XFAIL_TESTS) vtpm_utils.py |
---|
16 | TESTS_ENVIRONMENT=@TENV@ |
---|
17 | |
---|
18 | %.test: %.py |
---|
19 | cp $< $@ |
---|
20 | chmod +x $@ |
---|
21 | |
---|
22 | clean-local: am_config_clean-local |
---|
23 | |
---|
24 | am_config_clean-local: |
---|
25 | rm -f *test |
---|
26 | rm -f *log |
---|
27 | rm -f *~ |
---|
Note: See
TracBrowser
for help on using the repository browser.