source: trunk/packages/xen-common/xen-common/tools/xm-test/tests/dmesg/Makefile.am @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

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