testape [-o][-nvc][-mgw] ld [linker arguments] testape.a testape [-o][-nvc][-mgw] gcc [compiler parameters] testape.a testape [-o][-nvc] LINK [linker arguments] testape.lib testape [-o][-nvc] CL [compiler parameters] testape.lib
The instrumentation is done in three passes; Pass 1 will execute compiler/linker and analyze the amount of unresolved externals, Pass 2 will generate and compile instrumentation code, and Pass 3 will put it all together.
The option -o is used to troubleshoot problems. When present, the command lines for each pass is shown,
and the intermediate files are kept.
The option -mgw is used with gcc to activate MinGw support on windows. TestApe cannot reliably detect the
precense of MinGW gcc compiler, but with this option the instrumenter can be forced to mingw gcc mode.
Upon exit, the instrumenter will alert, if a never version of the packages exists. The option -nvc is
used to disable this check.
The compiler parameters or linker arguments can be one or more parameters normally
reconized by gcc/ld/LINK or CL.
New is this release are support for floating point validations and function mocking. Also, MinGW has been added to the list of supported platforms.
moreTestApe forum is now hosted on Proboards. Support questions can be posted here or send directly on email. Due to ...
moreTestApe can now be used with MinGW GCC on windows. Also supported in this beta are floating point types in validations or when mocking functions
moreA small fix for webtty scripts, to allow the usage from Apple IPads. Tab on textarea to bring up IPad keyboard - you may have to scroll webpage beneath keyboard, in order to actually see what you're typing.
This release contains a new flexible mocking system with default mocks automatically generated for unresolved functions. Installation packages are available for GCC/Linux, GCC/CygWin as well Visual Studio 2009/Windows XP or Vista.
moreNew beta version is now available for download. This is the last beta before official release. The release supports an extensive mocking system.
moreThere is a change for the forum hosted on this site. The previous phpBB forum is closed for now. All forum threads will be migrated to a new simple blog. ...
more