From: Joseph B. <jb...@um...> - 2005-09-22 02:44:15
|
I've almost got the databaselayer component working with Bakefile, but I'm having problems running the perl script that generates the unit tests. The line that needs to be run is: cxxtestgen.pl -o tests_firebird.cpp MyTest.h and I tried wrapping it in an action module like <action id="tests_firebird.cpp"> <command>cxxtestgen.pl -o tests_firebird.cpp MyTest.h</command> </action> but when I try to call the target through <depends>tests_firebird.cpp</depends> the following is spit out by GNU make No rule to make target `tests_firebird.cpp' This is my first attempt at using Bakefile and any help is appreciated. |