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