Changes

Jump to: navigation, search

Delta debugging framework

402 bytes added, 23:54, 10 October 2006
Project News
Added two files to the SVN repository: makewrapper.pl and maketest.pl. I have no idea if the files will be useful or if I just wasted my time.
makewrapper.pl is a light wrapper around the GNU make utility used to build the source tree. This wrapper was made created to be able to programmatically execute the make command with various [http://www.gnu.org/software/make/manual/html_node/Options-Summary.html#Options-Summary options]. One thing I haven't figured out yet is how to get the exit status code that GNU make returned (0 - successful; 2 - error) after it finishes executing so that I can return that exit code in the ''build'' subroutine.
maketest.pl just tests the subroutines in svn.pl.
Added two files to the SVN repository: svn.pl and svntest.pl. I have no idea if the files will be useful or if I just wasted my time.
svn.pl is a light wrapper around a couple svn commands used to manipulate the svn repository and user's working copy. This wrapper was created to be able to programmatically execute [http://svnbook.red-bean.com/nightly/en/svn.ref.html SVN commands]. One thing I haven't figured out yet is how to get the exit status code that is returned after every SVN command is executed as I would like to return this exit code in the subroutines.
svntest.pl just tests the subroutines in svn.pl.
1
edit

Navigation menu