Skip to content

Commit 938643e

Browse files
committed
Unittest source moved to test/unit folder
1 parent 3b1d316 commit 938643e

File tree

12 files changed

+1
-1
lines changed

12 files changed

+1
-1
lines changed

project/cmake/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include(../common.txt)
22

3-
set(testRoot ${root}/test)
3+
set(testRoot ${root}/test/unit)
44

55
file(GLOB_RECURSE sources ${testRoot}/*.cpp)
66
file(GLOB_RECURSE headers ${testRoot}/*.h)

0 commit comments

Comments
 (0)