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

build: moved tests.*.mk to tests/

parent 61f8eaa9
Branches
Tags
No related merge requests found
File moved
......@@ -8,10 +8,10 @@ endif
# Unit tests
ifeq ($(HAS_cmocka), yes)
include tests.unit.mk
include tests/unit.mk
# Integration tests
ifeq ($(HAS_python), yes)
include tests.integration.mk
include tests/integration.mk
endif # HAS_python
endif # HAS_cmocka
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment