Skip to content

Commit 093be06

Browse files
Adding a test script for multithreaded mapping with abismal
1 parent ba4bfb9 commit 093be06

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Makefile.am

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ EXTRA_DIST = \
2828
test_scripts/test_simreads_pbat.test \
2929
test_scripts/test_abismal_pbat.test \
3030
test_scripts/test_simreads_rpbat.test \
31-
test_scripts/test_abismal_rpbat.test
31+
test_scripts/test_abismal_rpbat.test \
32+
test_scripts/test_abismal_threads.test
3233

3334
ACLOCAL_AMFLAGS = -I m4
3435

@@ -72,7 +73,8 @@ TESTS = test_scripts/test_abismalidx.test \
7273
test_scripts/test_simreads_pbat.test \
7374
test_scripts/test_abismal_pbat.test \
7475
test_scripts/test_simreads_rpbat.test \
75-
test_scripts/test_abismal_rpbat.test
76+
test_scripts/test_abismal_rpbat.test \
77+
test_scripts/test_abismal_threads.test
7678

7779
TEST_EXTENSIONS = .test
7880

@@ -88,6 +90,12 @@ test_scripts/test_abismal_pbat.log: \
8890
test_scripts/test_abismal_rpbat.log: \
8991
test_scripts/test_abismalidx.log \
9092
test_scripts/test_simreads_rpbat.log
93+
test_scripts/test_abismal_threads.log: \
94+
test_scripts/test_abismalidx.log \
95+
test_scripts/test_simreads.log \
96+
test_scripts/test_simreads_pe.log \
97+
test_scripts/test_simreads_pbat.log \
98+
test_scripts/test_simreads_rpbat.log
9199

92100
CLEANFILES = \
93101
tests/tRex1.idx \

0 commit comments

Comments
 (0)