Skip to content

Commit c9f6664

Browse files
Makefile.am: adding test script for diff in radmeth
1 parent 4572790 commit c9f6664

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Makefile.am

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

114116
TEST_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

test_scripts/test_uniq.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ if [[ -e "${infile}" ]]; then
1111
exit 1;
1212
fi
1313
else
14-
echo "${infile} not found; skipping remaining tests";
14+
echo "${infile} not found; skipping dependent tests";
1515
exit 77;
1616
fi

0 commit comments

Comments
 (0)