mirror of
https://github.com/NixOS/nix
synced 2025-07-08 11:03:54 +02:00
Add support for ‘make installcheck’
This commit is contained in:
parent
9285f0aa2b
commit
0202ce6b94
11 changed files with 52 additions and 28 deletions
3
Makefile
3
Makefile
|
@ -13,7 +13,8 @@ SUBS = \
|
|||
src/bsdiff-4.3/Makefile \
|
||||
perl/Makefile \
|
||||
scripts/Makefile \
|
||||
corepkgs/Makefile
|
||||
corepkgs/Makefile \
|
||||
tests/Makefile
|
||||
|
||||
GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue