From 7bf06e0dd31267ec387113f00891d4a9a16608de Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 13 Aug 2018 15:29:34 +0200 Subject: [PATCH] fixup tsc --- tests/unit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index fefcde90e..e519b962f 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -41,7 +41,7 @@ if(CRITERION_FOUND) task.c timing.c utils.c - rdtsc.c + tsc.c ) add_executable(unit-tests ${TEST_SRC})