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

From CVC4
Jump to: navigation, search
Line 15: Line 15:
 
*[[Developer's Guide#Merging a branch back to the trunk|...merge a branch back into the trunk?]]
 
*[[Developer's Guide#Merging a branch back to the trunk|...merge a branch back into the trunk?]]
 
*[[Developer's Guide#Symbolically tagging a version|...symbolically tag a version?]]
 
*[[Developer's Guide#Symbolically tagging a version|...symbolically tag a version?]]
 +
*[[Developer's Guide#Marking a file as executable in Subversion|...make Subversion recognize that a file should be executable?]]
  
 
=Dealing with the source tree=
 
=Dealing with the source tree=
Line 26: Line 27:
 
*[[Developer's Guide#Unit testing|...add a new unit test?]]
 
*[[Developer's Guide#Unit testing|...add a new unit test?]]
 
*[[Developer's Guide#Regression testing|...add a new regression?]]
 
*[[Developer's Guide#Regression testing|...add a new regression?]]
 +
 +
=Dealing with the main CVC4 driver program=
 +
 +
*[[Developer's Guide#Command-line options|...add a new command-line option?]]

Revision as of 20:37, 16 December 2009

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