summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-01-26 07:29:41 +0000
committerMorgan Deters <mdeters@gmail.com>2010-01-26 07:29:41 +0000
commit21e01d42ed4c0b6d9fa5855c2e0cfc1a3765d14f (patch)
treeec785ced868a294e72cc751a293c618488743c8b /test/unit
parentf2d38a8522579f9b3e434f76a9426fa8d2f06d07 (diff)
fixes to build structure, util classes, lots of fixes to Node and NodeBuilder. outstanding SEGVs fixed
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/Makefile.am2
-rw-r--r--test/unit/Makefile.in3
2 files changed, 5 insertions, 0 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index df85ba805..fcaa2cc5d 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -4,6 +4,8 @@ UNIT_TESTS = \
expr/node_black \
parser/parser_black
+TESTS_DEPENDENCIES = $(abs_top_builddir)/src/libcvc4.la $(abs_top_builddir)/src/parser/libcvc4parser.la
+
# things that aren't tests but that tests rely on and need to
# go into the distribution
TEST_DEPS =
diff --git a/test/unit/Makefile.in b/test/unit/Makefile.in
index 4d20d59de..49912b26c 100644
--- a/test/unit/Makefile.in
+++ b/test/unit/Makefile.in
@@ -88,6 +88,8 @@ AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
+BUILDING_SHARED = @BUILDING_SHARED@
+BUILDING_STATIC = @BUILDING_STATIC@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -220,6 +222,7 @@ UNIT_TESTS = \
expr/node_black \
parser/parser_black
+TESTS_DEPENDENCIES = $(abs_top_builddir)/src/libcvc4.la $(abs_top_builddir)/src/parser/libcvc4parser.la
# things that aren't tests but that tests rely on and need to
# go into the distribution
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback