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

From CVC4
Jump to: navigation, search
(Dealing with tests)
(Dealing with tests)
Line 28: Line 28:
 
*[[Developer's Guide#System testing|...add a new system regression?]]
 
*[[Developer's Guide#System testing|...add a new system regression?]]
 
*[[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?]]
  
 
=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 15:22, 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