source:
trunk/packages/xen-3.1/xen-3.1/tools/xm-test/tests/block-integrity/Makefile.am
@
34
Last change on this file since 34 was 34, checked in by hartmans, 18 years ago | |
---|---|
File size: 309 bytes |
Line | |
---|---|
1 | |
2 | SUBDIRS = |
3 | |
4 | TESTS = 01_block_device_read_verify.test \ |
5 | 02_block_device_write_verify.test |
6 | |
7 | XFAIL_TESTS = |
8 | |
9 | EXTRA_DIST = $(TESTS) $(XFAIL_TESTS) |
10 | |
11 | TESTS_ENVIRONMENT=@TENV@ |
12 | |
13 | %.test: %.py |
14 | cp $< $@ |
15 | chmod +x $@ |
16 | |
17 | clean-local: am_config_clean-local |
18 | |
19 | am_config_clean-local: |
20 | rm -f *test |
21 | rm -f *log |
22 | rm -f *~ |
Note: See TracBrowser
for help on using the repository browser.