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 /CMakeLists.txt
parent586f71042bae9b369367af6807b108480bdc2472 (diff)
Move common test code to separate file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5dde6e5..31b7b53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,6 +40,7 @@ add_executable(tests
test/postprocess/tanh_test.cc
test/postprocess/unquantize_test.cc
test/quantize_test.cc
+ test/test.cc
test/utils_test.cc
intgemm.cc
)