Skip to content

Commit 7a165fb

Browse files
pmd tests: adding configuration for the pmd tests
1 parent 23f526e commit 7a165fb

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ EXTRA_DIST = \
6767
data/two_epialleles.states \
6868
data/araTha1_simulated.counts.gz \
6969
data/mlml_test_data.tgz \
70+
data/pmd_test_data.counts.sym.gz \
7071
test_scripts/test_abismalidx.test \
7172
test_scripts/test_abismal.test \
7273
test_scripts/test_format.test \
@@ -76,6 +77,7 @@ EXTRA_DIST = \
7677
test_scripts/test_levels.test \
7778
test_scripts/test_sym.test \
7879
test_scripts/test_hmr.test \
80+
test_scripts/test_pmd.test \
7981
test_scripts/test_roi.test \
8082
test_scripts/test_selectsites.test \
8183
test_scripts/test_radmeth.test \
@@ -114,6 +116,7 @@ TESTS = test_scripts/test_abismalidx.test \
114116
test_scripts/test_levels.test \
115117
test_scripts/test_sym.test \
116118
test_scripts/test_hmr.test \
119+
test_scripts/test_pmd.test \
117120
test_scripts/test_roi.test \
118121
test_scripts/test_selectsites.test \
119122
test_scripts/test_radmeth.test \
@@ -247,4 +250,5 @@ CLEANFILES = \
247250
tests/two_epialleles.amr \
248251
tests/araTha1_simulated.hypermr \
249252
tests/methylome_ab.diff \
253+
tests/methylome.pmd \
250254
tests/mlml.out

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ tests/araTha1_simulated.counts.gz:data/araTha1_simulated.counts.gz
7676
tests/methylome_a.counts.sym:data/methylome_a.counts.sym
7777
tests/methylome_b.counts.sym:data/methylome_b.counts.sym
7878
tests/mlml_test_data.tgz:data/mlml_test_data.tgz
79+
tests/pmd_test_data.counts.sym.gz:data/pmd_test_data.counts.sym.gz
7980
])
8081

8182
AC_OUTPUT

0 commit comments

Comments
 (0)