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 | |
---|---|
File size: 400 bytes |
Line | |
---|---|
1 | |
2 | SUBDIRS = |
3 | |
4 | TESTS = 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 | |
9 | XFAIL_TESTS = |
10 | |
11 | EXTRA_DIST = $(TESTS) $(XFAIL_TESTS) network_utils.py |
12 | |
13 | TESTS_ENVIRONMENT=@TENV@ |
14 | |
15 | %.test: %.py |
16 | cp $< $@ |
17 | chmod +x $@ |
18 | |
19 | clean-local: am_config_clean-local |
20 | |
21 | am_config_clean-local: |
22 | rm -f *test |
23 | rm -f *log |
24 | rm -f *~ |
Note: See TracBrowser
for help on using the repository browser.