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