aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/xapi/Makefile.am
blob: bfdf27c660ce967ec39599b38685c9955bc33417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS =

TESTS = 01_xapi-vm_basic.test \
	02_xapi-vbd_basic.test \
	03_xapi-network_pos.test \
	04_xapi-data_uri_handling.test

XFAIL_TESTS =

EXTRA_DIST = $(TESTS) $(XFAIL_TESTS) xapi_utils.py
TESTS_ENVIRONMENT=@TENV@

%.test: %.py
	cp $< $@
	chmod +x $@

clean-local: am_config_clean-local

am_config_clean-local:
	rm -f *test
	rm -f *log
	rm -f *~