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