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

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

Add xen and xen-common

File size: 431 bytes
Line 
1
2SUBDIRS =
3
4TESTS = 01_block-list_pos.test  \
5        02_block-list_attachbd_pos.test \
6        03_block-list_anotherbd_pos.test \
7        04_block-list_nodb_pos.test \
8        05_block-list_nonexist_neg.test \
9        06_block-list_checkremove_pos.test
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 *~
Note: See TracBrowser for help on using the repository browser.