Skip to content

Commit

Permalink
Merge pull request #483 from aregtech/ut_libs
Browse files Browse the repository at this point in the history
fixup libs var in unittest makefile
  • Loading branch information
aregtech authored Jan 5, 2025
2 parents fa3e56b + b6fd515 commit 3bc4ab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/units/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ macro(macro_add_unit_test test_project)

set(_tests)
set(_list "${ARGN}")
set(_libs)

foreach(item IN LISTS _list)
list(APPEND _tests "${AREG_UNIT_TEST_BASE}/${item}")
Expand All @@ -28,7 +29,7 @@ macro(macro_add_unit_test test_project)

unset(_tests)
unset(_list)
unset(libs)
unset(_libs)

endmacro(macro_add_unit_test)

Expand Down

0 comments on commit 3bc4ab3

Please sign in to comment.