Skip to content
Snippets Groups Projects
Commit ac1b7164 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests/unit: set library path for unittests as well

parent a5dc29f0
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,6 @@ endif
check-integration: libmock_calls _test_integration
$(call preload_LIBS) tests/test_integration.py tests/testdata
check-unit: $(tests_BIN)
tests/runtests -b tests $^
$(call preload_LIBS) tests/runtests -b tests $^
tests: check-unit check-integration
tests-clean: $(foreach test,$(tests_BIN),$(test)-clean) libmock_calls-clean _test_integration-clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment