aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-05-08 11:34:09 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-05-08 11:34:09 +0200
commit7cc7cef9502dc388706561cbdf275e070520e65d (patch)
tree0567e1e8b3206907ce8fe8a5ea794e9e4a83a4e7 /Makefile
parent73d0b5d807edee05910cff4a30549393d5375d89 (diff)
Move unit tests to sr/libutil/tests, use mk make rules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 06de35a27..0ba011e2a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ makefiles = \
local.mk \
nix-rust/local.mk \
src/libutil/local.mk \
+ src/libutil/tests/local.mk \
src/libstore/local.mk \
src/libfetchers/local.mk \
src/libmain/local.mk \
@@ -16,8 +17,7 @@ makefiles = \
misc/upstart/local.mk \
doc/manual/local.mk \
tests/local.mk \
- tests/plugins/local.mk \
- tests/unit-tests/local.mk
+ tests/plugins/local.mk
-include Makefile.config