diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-05-08 11:34:09 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-05-08 11:34:09 +0200 |
commit | 7cc7cef9502dc388706561cbdf275e070520e65d (patch) | |
tree | 0567e1e8b3206907ce8fe8a5ea794e9e4a83a4e7 /Makefile | |
parent | 73d0b5d807edee05910cff4a30549393d5375d89 (diff) |
Move unit tests to sr/libutil/tests, use mk make rules
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |