Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Chudyk <mateuszchudyk@gmail.com>2019-06-25 15:10:35 +0300
committerMateusz Chudyk <mateuszchudyk@gmail.com>2019-06-25 15:34:05 +0300
commitc6c11b1ba445db9ebcdd411c688d03c1270d45b5 (patch)
tree995268a6eb12c2b821ae8aa0f50911bc141fd0e9 /test/postprocess/pipeline_test.cc
parent586f71042bae9b369367af6807b108480bdc2472 (diff)
Move common test code to separate file
Diffstat (limited to 'test/postprocess/pipeline_test.cc')
-rw-r--r--test/postprocess/pipeline_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postprocess/pipeline_test.cc b/test/postprocess/pipeline_test.cc
index 8d60cff..144ee48 100644
--- a/test/postprocess/pipeline_test.cc
+++ b/test/postprocess/pipeline_test.cc
@@ -1,4 +1,4 @@
-#include "3rd_party/catch.hpp"
+#include "test/test.h"
#include "aligned.h"
#include "postprocess.h"