From 093be068d34f80d5ca282f29c5ce8723648b919c Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Sat, 5 Aug 2023 21:37:42 -0700 Subject: [PATCH] Adding a test script for multithreaded mapping with abismal --- Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c496972..61c2aee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -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 @@ -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 \