source: trunk/packages/xen-3.1/xen-3.1/tools/xm-test/tests/list/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: 391 bytes
Line 
1SUBDIRS =
2
3TESTS = 01_list_basic_pos.test \
4        02_list_badparm_neg.test \
5        03_list_nonexist_neg.test \
6        04_list_goodparm_pos.test \
7        05_list_long_pos.test \
8        06_list_nonroot.test
9
10
11XFAIL_TESTS =
12
13EXTRA_DIST = $(TESTS) $(XFAIL_TESTS)
14
15TESTS_ENVIRONMENT=@TENV@
16
17%.test: %.py
18        cp $< $@
19        chmod +x $@
20
21clean-local: am_config_clean-local
22
23am_config_clean-local:
24        rm -f *test
25        rm -f *log
26        rm -f *~
27
Note: See TracBrowser for help on using the repository browser.