testing framework, configure fixes, incorporations from meeting, continued work
authorMorgan Deters <mdeters@gmail.com>
Thu, 19 Nov 2009 22:07:01 +0000 (22:07 +0000)
committerMorgan Deters <mdeters@gmail.com>
Thu, 19 Nov 2009 22:07:01 +0000 (22:07 +0000)
commitcd98370b338a0cc5343067151884a06431a1d92c
tree7e61d8cf61ada9fef8f470a3c781a07a5df5a0fc
parent394791604a62e19763a8a45328bc5177d91fabf9
testing framework, configure fixes, incorporations from meeting, continued work
57 files changed:
Makefile.am
autogen.sh
configure.ac
src/Makefile.am
src/context/Makefile.am
src/context/context.h
src/expr/Makefile.am
src/expr/attr_type.h
src/expr/expr.cpp
src/expr/expr_attribute.h
src/expr/expr_builder.cpp
src/expr/expr_builder.h
src/expr/expr_manager.cpp
src/expr/expr_manager.h
src/expr/expr_value.cpp
src/expr/expr_value.h
src/expr/kind.h
src/include/cvc4.h
src/include/cvc4_expr.h
src/main/Makefile.am
src/main/about.h
src/main/main.cpp
src/main/main.h
src/main/usage.h
src/main/util.cpp
src/parser/Makefile.am
src/parser/parser.h
src/parser/parser_exception.h
src/parser/parser_state.h
src/parser/pl.ypp
src/parser/pl_scanner.lpp
src/parser/smtlib.ypp
src/parser/smtlib_scanner.lpp
src/prop/Makefile.am
src/prop/minisat/Makefile.am
src/prop/prop_engine.h
src/prop/sat.h
src/smt/Makefile.am
src/smt/smt_engine.h
src/theory/Makefile.am
src/theory/theory.h
src/theory/theory_engine.h
src/util/Makefile.am
src/util/assert.h
src/util/command.h
src/util/debug.h
src/util/decision_engine.h
src/util/exception.h
src/util/literal.h
src/util/model.h
src/util/options.h
src/util/result.h
src/util/unique_id.h
test/Makefile.am [new file with mode: 0644]
test/expr/expr_black.h [new file with mode: 0644]
test/expr/expr_white.h [new file with mode: 0644]
test/no_cxxtest [new file with mode: 0755]