source: trunk/packages/xen-3.1/xen-3.1/tools/xm-test/tests/block-create/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: 627 bytes
Line 
1
2SUBDIRS =
3
4TESTS = 01_block_attach_device_pos.test  \
5        02_block_attach_file_device_pos.test \
6        04_block_attach_device_repeatedly_pos.test \
7        05_block_attach_and_dettach_device_repeatedly_pos.test \
8        06_block_attach_baddomain_neg.test \
9        07_block_attach_baddevice_neg.test \
10        08_block_attach_bad_filedevice_neg.test \
11        09_block_attach_and_dettach_device_check_data_pos.test \
12        11_block_attach_shared_dom0.test \
13        12_block_attach_shared_domU.test
14
15EXTRA_DIST = $(TESTS)
16
17TESTS_ENVIRONMENT=@TENV@
18
19%.test: %.py
20        cp $< $@
21        chmod +x $@
22
23clean-local: am_config_clean-local
24
25am_config_clean-local:
26        rm -f *test
27        rm -f *log
28        rm -f *~
Note: See TracBrowser for help on using the repository browser.