Skip to content

Commit

Permalink
Adding a test script for multithreaded mapping with abismal
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Aug 6, 2023
1 parent ba4bfb9 commit 093be06
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ EXTRA_DIST = \
test_scripts/test_simreads_pbat.test \
test_scripts/test_abismal_pbat.test \
test_scripts/test_simreads_rpbat.test \
test_scripts/test_abismal_rpbat.test
test_scripts/test_abismal_rpbat.test \
test_scripts/test_abismal_threads.test

ACLOCAL_AMFLAGS = -I m4

Expand Down Expand Up @@ -72,7 +73,8 @@ TESTS = test_scripts/test_abismalidx.test \
test_scripts/test_simreads_pbat.test \
test_scripts/test_abismal_pbat.test \
test_scripts/test_simreads_rpbat.test \
test_scripts/test_abismal_rpbat.test
test_scripts/test_abismal_rpbat.test \
test_scripts/test_abismal_threads.test

TEST_EXTENSIONS = .test

Expand All @@ -88,6 +90,12 @@ test_scripts/test_abismal_pbat.log: \
test_scripts/test_abismal_rpbat.log: \
test_scripts/test_abismalidx.log \
test_scripts/test_simreads_rpbat.log
test_scripts/test_abismal_threads.log: \
test_scripts/test_abismalidx.log \
test_scripts/test_simreads.log \
test_scripts/test_simreads_pe.log \
test_scripts/test_simreads_pbat.log \
test_scripts/test_simreads_rpbat.log

CLEANFILES = \
tests/tRex1.idx \
Expand Down

0 comments on commit 093be06

Please sign in to comment.