From c6281dd32331bdf030337210edc37eee66f03119 Mon Sep 17 00:00:00 2001 From: Evelin Aasna Date: Tue, 12 Sep 2023 13:44:45 +0200 Subject: [PATCH] Clean up data sources --- test/api/utilities/consolidate/CMakeLists.txt | 6 ++++++ test/api/valik/search/CMakeLists.txt | 8 -------- test/cli/CMakeLists.txt | 4 ---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/test/api/utilities/consolidate/CMakeLists.txt b/test/api/utilities/consolidate/CMakeLists.txt index f758b46d..3f3532fb 100644 --- a/test/api/utilities/consolidate/CMakeLists.txt +++ b/test/api/utilities/consolidate/CMakeLists.txt @@ -1 +1,7 @@ add_api_test (consolidate_matches_test.cpp) + +target_use_datasources (local_prefilter_test FILES 8bins50overlap_dream_all.gff) +target_use_datasources (local_prefilter_test FILES 16bins50overlap_dream_all.gff) +target_use_datasources (local_prefilter_test FILES 8bins50overlap_reference_metadata.tsv) +target_use_datasources (local_prefilter_test FILES 16bins50overlap_reference_metadata.tsv) +target_use_datasources (local_prefilter_test FILES stellar_truth.gff) diff --git a/test/api/valik/search/CMakeLists.txt b/test/api/valik/search/CMakeLists.txt index 2b880ef9..b88ef3ce 100644 --- a/test/api/valik/search/CMakeLists.txt +++ b/test/api/valik/search/CMakeLists.txt @@ -1,9 +1 @@ add_api_test (local_prefilter_test.cpp) - -target_use_datasources (local_prefilter_test FILES 50overlap_full.gff) -target_use_datasources (local_prefilter_test FILES 8bins50overlap_dream_all.gff) -target_use_datasources (local_prefilter_test FILES 16bins50overlap_dream_all.gff) -target_use_datasources (local_prefilter_test FILES 8bins50overlap_dream_consolidated.gff) -target_use_datasources (local_prefilter_test FILES 16bins50overlap_dream_consolidated.gff) -target_use_datasources (local_prefilter_test FILES 8bins50overlap_reference_metadata.tsv) -target_use_datasources (local_prefilter_test FILES 16bins50overlap_reference_metadata.tsv) diff --git a/test/cli/CMakeLists.txt b/test/cli/CMakeLists.txt index a99cc286..1159508f 100644 --- a/test/cli/CMakeLists.txt +++ b/test/cli/CMakeLists.txt @@ -91,10 +91,6 @@ target_use_datasources (dream_test FILES 4bins13window.ibf) target_use_datasources (dream_test FILES 4bins15window1error.gff) target_use_datasources (dream_test FILES 4bins15window1error.gff.out) target_use_datasources (dream_test FILES 4bins15window.ibf) -target_use_datasources (dream_test FILES consolidated16bins13window1error.gff) -target_use_datasources (dream_test FILES consolidated16bins15window1error.gff) -target_use_datasources (dream_test FILES consolidated4bins13window1error.gff) -target_use_datasources (dream_test FILES consolidated4bins15window1error.gff) target_use_datasources (dream_test FILES dummy_reads.fastq) target_use_datasources (dream_test FILES query.fastq) target_use_datasources (dream_test FILES ref.fasta)