diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-01-02T22·52+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-01-02T22·52+0100 |
commit | 0a4e90395c3286a246b816575351b9f2016976ba (patch) | |
tree | ac140c3a27e321622edfadaa7a8c122dea2dd450 /tests/Makefile.am | |
parent | f12492c66dc5c71c22ce2eb1788dacd86b1dfb1f (diff) |
Urgggh
http://hydra.nixos.org/build/3661100
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index df3c9c6006c2..38cf7b1bda1f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,6 +14,8 @@ TESTS = init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \ XFAIL_TESTS = +profiledir = $(sysconfdir)/profile.d + include ../substitute.mk $(TESTS): common.sh config.nix |