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})