You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/kallisto/files/kallisto-0.46.2-catch2.patch

39 lines
854 B

--- a/unit_tests/main.cpp
+++ b/unit_tests/main.cpp
@@ -1,2 +1,2 @@
#define CATCH_CONFIG_MAIN
-#include "catch.hpp"
+#include <catch2/catch.hpp>
--- a/unit_tests/test_index.cpp
+++ b/unit_tests/test_index.cpp
@@ -1,4 +1,4 @@
-#include "catch.hpp"
+#include <catch2/catch.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.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.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.hpp>
#include <vector>