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