Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eaasna committed Sep 12, 2023
1 parent c6281dd commit 7d55299
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions test/api/utilities/consolidate/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +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)
target_use_datasources (consolidate_matches_test FILES 8bins50overlap_dream_all.gff)
target_use_datasources (consolidate_matches_test FILES 16bins50overlap_dream_all.gff)
target_use_datasources (consolidate_matches_test FILES 8bins50overlap_reference_metadata.tsv)
target_use_datasources (consolidate_matches_test FILES 16bins50overlap_reference_metadata.tsv)
target_use_datasources (consolidate_matches_test FILES stellar_truth.gff)
1 change: 0 additions & 1 deletion test/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ target_use_datasources (valik_test FILES query.fq)

target_use_datasources (valik_test FILES 16bins50overlap_dream_all.gff)
target_use_datasources (valik_test FILES 16bins50overlap_reference_metadata.tsv)
target_use_datasources (valik_test FILES 50overlap_full.gff)
target_use_datasources (valik_test FILES 8bins50overlap_dream_all.gff)
target_use_datasources (valik_test FILES 8bins50overlap_reference_metadata.tsv)
target_use_datasources (valik_test FILES multi_seq_ref.fasta)
Expand Down

0 comments on commit 7d55299

Please sign in to comment.