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