diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T17·47+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T17·47+0100 |
commit | 0202ce6b94f287f70a6723473c73a4c7f135dae4 (patch) | |
tree | b87dc49e456c3e9a2cb335b94ac22542a875be32 /Makefile | |
parent | 9285f0aa2b44427afef7c50f0efae8f74307a7a5 (diff) |
Add support for ‘make installcheck’
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6abce9372b2c..85a2dc8e521b 100644 --- a/Makefile +++ b/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 |