aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c0b27e904..41c0ab68a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,12 @@ makefiles = \
ifeq ($(tests), yes)
makefiles += \
- src/libutil/tests/local.mk \
- src/libstore/tests/local.mk \
- src/libexpr/tests/local.mk \
+ tests/unit/libutil/local.mk \
+ tests/unit/libutil-support/local.mk \
+ tests/unit/libstore/local.mk \
+ tests/unit/libstore-support/local.mk \
+ tests/unit/libexpr/local.mk \
+ tests/unit/libexpr-support/local.mk \
tests/functional/local.mk \
tests/functional/ca/local.mk \
tests/functional/dyn-drv/local.mk \