Skip to content

Commit 6cc1056

Browse files
mlml tests: Adding the test script to the list of tests scripts and to the files for installation and adding the mlml test output to the files for cleaning
1 parent 0bf3a77 commit 6cc1056

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Makefile.am

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ EXTRA_DIST = \
6666
data/radmeth_test_design.txt \
6767
data/two_epialleles.states \
6868
data/araTha1_simulated.counts.gz \
69+
data/mlml_test_data.tgz \
6970
test_scripts/test_abismalidx.test \
7071
test_scripts/test_simreads.test \
7172
test_scripts/test_abismal.test \
@@ -82,7 +83,8 @@ EXTRA_DIST = \
8283
test_scripts/test_states.test \
8384
test_scripts/test_amrfinder.test \
8485
test_scripts/test_hypermr.test \
85-
test_scripts/test_diff.test
86+
test_scripts/test_diff.test \
87+
test_scripts/test_mlml.test
8688

8789
### ADS: the file md5sum.txt can be regenerated by running the tests
8890
### with "make check" and then doing `md5sum tests/* > md5sum.txt`
@@ -112,7 +114,8 @@ TESTS = test_scripts/test_simreads.test \
112114
test_scripts/test_states.test \
113115
test_scripts/test_amrfinder.test \
114116
test_scripts/test_hypermr.test \
115-
test_scripts/test_diff.test
117+
test_scripts/test_diff.test \
118+
test_scripts/test_mlml.test
116119

117120
TEST_EXTENSIONS = .test
118121

@@ -239,4 +242,5 @@ CLEANFILES = \
239242
tests/reads.epiread \
240243
tests/two_epialleles.amr \
241244
tests/araTha1_simulated.hypermr \
242-
tests/methylome_ab.diff
245+
tests/methylome_ab.diff \
246+
tests/mlml.out

0 commit comments

Comments
 (0)