From 650077074a1a83fa30ea3e931900a9be6851c972 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Feb 2018 14:18:21 +0100 Subject: [PATCH] Add tests for rotmg --- utest/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt index a7f3871..75e6fad 100644 --- a/utest/CMakeLists.txt +++ b/utest/CMakeLists.txt @@ -7,6 +7,7 @@ else () set(OpenBLAS_utest_src utest_main.c test_amax.c + test_rotmg.c ) endif () -- 2.7.4