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