From 194588713951c925b21db62b115d5cfc9981cb7a Mon Sep 17 00:00:00 2001 From: dmatetelki Date: Fri, 10 Apr 2015 12:41:35 +0200 Subject: [PATCH] fixing include path in test_main.cpp --- test/test_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_main.cpp b/test/test_main.cpp index 734c461..38c1097 100644 --- a/test/test_main.cpp +++ b/test/test_main.cpp @@ -1,4 +1,4 @@ #define CATCH_CONFIG_MAIN -#include "/home/denes/projects/Catch/single_include/catch.hpp" +#include "catch.hpp" #include "graph/test_graph.hpp" \ No newline at end of file