Difference between revisions of "How do I... ?"

From CVC4
Jump to: navigation, search
(Dealing with tests)
Line 38: Line 38:
 
*[[Developer's_Guide#Debugging unit tests|...attach a debugger to unit tests?]]
 
*[[Developer's_Guide#Debugging unit tests|...attach a debugger to unit tests?]]
 
*[[Developer's_Guide#Test rebuilding|...avoid rebuilding all tests after trivial code changes to the library?]]
 
*[[Developer's_Guide#Test rebuilding|...avoid rebuilding all tests after trivial code changes to the library?]]
 +
*[[Developer's_Guide#Compile-time errors in unit tests|...deal with this strange compile error on my unit test?]]
  
 
=Dealing with the main CVC4 driver program=
 
=Dealing with the main CVC4 driver program=
  
 
*[[Developer's Guide#Command-line options|...add a new command-line option?]]
 
*[[Developer's Guide#Command-line options|...add a new command-line option?]]

Revision as of 23:07, 30 March 2010

This page is a repository for questions about working with CVC4. If you have a question, please add it here. If you have an answer, please add the answer to the Developer's Guide, or another wiki page, and then link to it from here.

Dealing with ANTLR3

Dealing with the build process

Dealing with Subversion

Dealing with the source tree

Dealing with tests

Dealing with the main CVC4 driver program