File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ EXTRA_DIST = \
8080 test_scripts/test_radmeth.test \
8181 test_scripts/test_states.test \
8282 test_scripts/test_amrfinder.test \
83- test_scripts/test_hypermr.test
83+ test_scripts/test_hypermr.test \
84+ test_scripts/test_diff.test
8485
8586# ## ADS: the file md5sum.txt can be regenerated by running the tests
8687# ## with "make check" and then doing `md5sum tests/* > md5sum.txt`
@@ -109,7 +110,8 @@ TESTS = test_scripts/test_simreads.test \
109110 test_scripts/test_radmeth.test \
110111 test_scripts/test_states.test \
111112 test_scripts/test_amrfinder.test \
112- test_scripts/test_hypermr.test
113+ test_scripts/test_hypermr.test \
114+ test_scripts/test_diff.test
113115
114116TEST_EXTENSIONS = .test
115117
@@ -234,4 +236,5 @@ CLEANFILES = \
234236 tests/radmeth_test_output.txt \
235237 tests/reads.epiread \
236238 tests/two_epialleles.amr \
237- tests/araTha1_simulated.hypermr
239+ tests/araTha1_simulated.hypermr \
240+ tests/methylomes.diff
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ if [[ -e "${infile}" ]]; then
1111 exit 1;
1212 fi
1313else
14- echo " ${infile} not found; skipping remaining tests" ;
14+ echo " ${infile} not found; skipping dependent tests" ;
1515 exit 77;
1616fi
You can’t perform that action at this time.
0 commit comments