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

From CVC4
Jump to: navigation, search
Line 18: Line 18:
 
=Dealing with the source tree=
 
=Dealing with the source tree=
  
*[[...add a new source directory to the tree?]]
+
*[[Developer's Guide#Adding source directories|...add a new source directory to the tree?]]
*[[...add a new source file to the tree?]]
+
*[[Developer's Guide#Adding source and header files|...add a new source file to the tree?]]
 
*[[Developer's Guide#update-copyright.pl|...update the copyright information at the top of each file in the tree?]]
 
*[[Developer's Guide#update-copyright.pl|...update the copyright information at the top of each file in the tree?]]
  
Line 25: Line 25:
  
 
*[[Developer's Guide#Unit testing|...add a new unit test?]]
 
*[[Developer's Guide#Unit testing|...add a new unit test?]]
*[[...add a new regression?]]
+
*[[Developer's Guide#Regression testing|...add a new regression?]]

Revision as of 20:47, 15 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