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

From CVC4
Jump to: navigation, search
(Dealing with tests)
(Dealing with tests)
Line 29: Line 29:
 
*[[Developer's Guide#Regression testing|...add a new regression?]]
 
*[[Developer's Guide#Regression testing|...add a new regression?]]
 
*[[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?]]
  
 
=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 16:02, 4 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 Subversion

Dealing with the source tree

Dealing with tests

Dealing with the main CVC4 driver program