source: trunk/packages/xen-3.1/xen-3.1/tools/xm-test/tests/sysrq/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: 314 bytes
Line 
1SUBDIRS =
2
3TESTS = 01_sysrq_basic_neg.test \
4        02_sysrq_sync_pos.test \
5        03_sysrq_withreboot_pos.test
6
7XFAIL_TESTS =
8
9EXTRA_DIST = $(TESTS) $(XFAIL_TESTS)
10
11TESTS_ENVIRONMENT=@TENV@
12
13%.test: %.py
14        cp $< $@
15        chmod +x $@
16
17clean-local: am_config_clean-local
18
19am_config_clean-local:
20        rm -f *test
21        rm -f *log
22        rm -f *~
23
Note: See TracBrowser for help on using the repository browser.