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

Add xen and xen-common

File size: 263 bytes
Line 
1
2SUBDIRS =
3
4TESTS = 01_vcpu-disable_basic_pos.test
5
6XFAIL_TESTS =
7
8EXTRA_DIST = $(TESTS) $(XFAIL_TESTS)
9
10TESTS_ENVIRONMENT=@TENV@
11
12%.test: %.py
13        cp $< $@
14        chmod +x $@
15
16clean-local: am_config_clean-local
17
18am_config_clean-local:
19        rm -f *test
20        rm -f *log
21        rm -f *~
Note: See TracBrowser for help on using the repository browser.