about summary refs log tree commit diff
path: root/src/libexpr/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-04-23T09·09+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-04-23T09·09+0000
commit2be6118f4c7e909f36d5563ad0ea70780f30cc10 (patch)
treefc9b0a06eb958047e9afcb8ba60650925d7f4248 /src/libexpr/Makefile.am
parent0bc468f195e37a8a5f4f8b36ae6c92459e8ca652 (diff)
* Don't need the test program anymore.
Diffstat (limited to 'src/libexpr/Makefile.am')
-rw-r--r--src/libexpr/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am
index 7562631cd455..e7228e183581 100644
--- a/src/libexpr/Makefile.am
+++ b/src/libexpr/Makefile.am
@@ -38,11 +38,3 @@ nix.tbl: nix.sdf
 
 test.ast: test.nix nix.tbl
 	sglri -p nix.tbl -i test.nix -o test.ast
-
-
-# Testing.
-bin_PROGRAMS = eval-test
-
-eval_test_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
- ../libstore/libstore.la ../libutil/libutil.la \
- ../boost/format/libformat.la @ADDITIONAL_NETWORK_LIBS@