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

TESTS = 01_xapi-vm_basic.test \
	02_xapi-vbd_basic.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 *~