pkg://xen-3.3.0.tar.gz:11338614/
xen-3.3.0/
tools/
xm-test/
tests/
block-destroy/Makefile.am
downloads
SUBDIRS =
TESTS = 01_block-destroy_btblock_pos.test \
02_block-destroy_rtblock_pos.test \
03_block-destroy_nonexist_neg.test \
04_block-destroy_nonattached_neg.test \
05_block-destroy_byname_pos.test \
06_block-destroy_check_list_pos.test
XFAIL_TESTS =
EXTRA_DIST = $(TESTS) $(XFAIL_TESTS)
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 *~