summaryrefslogtreecommitdiff
path: root/sci-biology/kallisto/files/kallisto-0.46.2-catch2.patch
blob: 3ff6a0c33be0b5589a2f911e43354be9bec79180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- a/unit_tests/main.cpp
+++ b/unit_tests/main.cpp
@@ -1,2 +1,2 @@
 #define CATCH_CONFIG_MAIN
-#include "catch.hpp"
+#include <catch2/catch_all.hpp>
--- a/unit_tests/test_index.cpp
+++ b/unit_tests/test_index.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include <catch2/catch_all.hpp>
 
 #include "common.h"
 #include "KmerIndex.h"
--- a/unit_tests/test_kmerhashtable.cpp
+++ b/unit_tests/test_kmerhashtable.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include <catch2/catch_all.hpp>
 
 #include <random>
 #include <string>
--- a/unit_tests/test_multinomial.cpp
+++ b/unit_tests/test_multinomial.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include <catch2/catch_all.hpp>
 
 #include <iostream>
 #include <vector>
--- a/unit_tests/test_weights.cpp
+++ b/unit_tests/test_weights.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include <catch2/catch_all.hpp>
 
 #include <vector>