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