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