Files
mmtf-cpp/fix_catch2_not_found.patch
Atri Bhattacharya b1b32be812 Accepting request 869831 from home:andythe_great
- Enable test. Add _service file to download submodule required for
  testing. 
- Add fix_catch2_not_found.patch to fix catch.hpp not found.

OBS-URL: https://build.opensuse.org/request/show/869831
OBS-URL: https://build.opensuse.org/package/show/science/mmtf-cpp?expand=0&rev=3
2021-02-13 19:19:52 +00:00

13 lines
345 B
Diff

diff -ruN a/tests/mmtf_tests.cpp b/tests/mmtf_tests.cpp
--- a/tests/mmtf_tests.cpp 2019-02-06 01:55:57.000000000 +0700
+++ b/tests/mmtf_tests.cpp 2021-02-06 01:16:13.126170766 +0700
@@ -5,7 +5,7 @@
#define CATCH_CONFIG_MAIN
#endif
-#include "catch.hpp"
+#include <catch2/catch.hpp>
#include <mmtf.hpp>
#include <mmtf/export_helpers.hpp>