added experimental "make lcov" target (it runs only unit tests); better coverage...
authorMorgan Deters <mdeters@gmail.com>
Fri, 9 Apr 2010 16:25:32 +0000 (16:25 +0000)
committerMorgan Deters <mdeters@gmail.com>
Fri, 9 Apr 2010 16:25:32 +0000 (16:25 +0000)
commite390a4207d3858927354b3d4b40d540c00f8064c
tree589fd13ed8f6ba835cd79a2894092860b66b7696
parentc3a6ff8c6e4a0c743cd33eb29931f837eeb2959e
added experimental "make lcov" target (it runs only unit tests); better coverage for util and context classes; implemented some output functionality that was missing; reclassified some tests white -> black or black -> public; other minor fixes
20 files changed:
Makefile.am
src/context/cdlist.h
src/context/cdmap.h
src/expr/metakind_template.h
src/util/output.h
test/unit/Makefile.am
test/unit/Makefile.tests
test/unit/context/cdlist_black.h
test/unit/context/cdmap_white.h [new file with mode: 0644]
test/unit/context/context_black.h
test/unit/expr/expr_black.h [deleted file]
test/unit/expr/expr_public.h [new file with mode: 0644]
test/unit/theory/theory_black.h
test/unit/theory/theory_uf_white.h
test/unit/util/assert_white.h
test/unit/util/configuration_black.h [new file with mode: 0644]
test/unit/util/configuration_white.h [deleted file]
test/unit/util/exception_black.h [new file with mode: 0644]
test/unit/util/output_black.h [new file with mode: 0644]
test/unit/util/output_white.h [deleted file]