source: trunk/packages/xen-3.1/xen-3.1/tools/xm-test/tests/vtpm/Makefile.am @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 522 bytes
Line 
1SUBDIRS =
2
3TESTS = 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
13XFAIL_TESTS =
14
15EXTRA_DIST = $(TESTS) $(XFAIL_TESTS) vtpm_utils.py
16TESTS_ENVIRONMENT=@TENV@
17
18%.test: %.py
19        cp $< $@
20        chmod +x $@
21
22clean-local: am_config_clean-local
23
24am_config_clean-local:
25        rm -f *test
26        rm -f *log
27        rm -f *~
Note: See TracBrowser for help on using the repository browser.