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