Skip to content

Commit 8c5e2ae

Browse files
committed
Sync with 'master'
2 parents e288959 + e5ab6b3 commit 8c5e2ae

File tree

11 files changed

+6374
-4178
lines changed

11 files changed

+6374
-4178
lines changed

contrib/buildsystems/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,9 @@ parse_makefile_for_sources(clar-test_SOURCES ${CMAKE_SOURCE_DIR}/Makefile "CLAR_
10051005
list(TRANSFORM clar-test_SOURCES REPLACE "\\$\\(UNIT_TEST_DIR\\)/" "${CMAKE_SOURCE_DIR}/t/unit-tests/")
10061006
add_library(clar-test-lib STATIC ${clar-test_SOURCES})
10071007

1008-
parse_makefile_for_scripts(unit_test_PROGRAMS "UNIT_TEST_PROGRAMS" "")
1008+
file(GLOB unit_test_PROGRAMS "${CMAKE_SOURCE_DIR}/t/unit-tests/t-*.c")
1009+
list(TRANSFORM unit_test_PROGRAMS REPLACE "${CMAKE_SOURCE_DIR}/" "")
1010+
list(TRANSFORM unit_test_PROGRAMS REPLACE ".c" "")
10091011
foreach(unit_test ${unit_test_PROGRAMS})
10101012
add_executable("${unit_test}" "${CMAKE_SOURCE_DIR}/t/unit-tests/${unit_test}.c")
10111013
target_link_libraries("${unit_test}" unit-test-lib clar-test-lib common-main)

po/bg.po

Lines changed: 387 additions & 210 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)