Line | |
---|
1 | |
---|
2 | SUBDIRS = |
---|
3 | |
---|
4 | TESTS = 01_block-list_pos.test \ |
---|
5 | 02_block-list_attachbd_pos.test \ |
---|
6 | 03_block-list_anotherbd_pos.test \ |
---|
7 | 04_block-list_nodb_pos.test \ |
---|
8 | 05_block-list_nonexist_neg.test \ |
---|
9 | 06_block-list_checkremove_pos.test |
---|
10 | |
---|
11 | XFAIL_TESTS = |
---|
12 | |
---|
13 | EXTRA_DIST = $(TESTS) $(XFAIL_TESTS) |
---|
14 | |
---|
15 | TESTS_ENVIRONMENT=@TENV@ |
---|
16 | |
---|
17 | %.test: %.py |
---|
18 | cp $< $@ |
---|
19 | chmod +x $@ |
---|
20 | |
---|
21 | clean-local: am_config_clean-local |
---|
22 | |
---|
23 | am_config_clean-local: |
---|
24 | rm -f *test |
---|
25 | rm -f *log |
---|
26 | rm -f *~ |
---|
Note: See
TracBrowser
for help on using the repository browser.