[Aceunit-commit] SF.net SVN: aceunit: [30] trunk/src/doc/examples/sort/sortTest.c
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-10-07 14:43:29
|
Revision: 30 http://aceunit.svn.sourceforge.net/aceunit/?rev=30&view=rev Author: christianhujer Date: 2007-10-07 07:43:33 -0700 (Sun, 07 Oct 2007) Log Message: ----------- Added main for testing purposes. Modified Paths: -------------- trunk/src/doc/examples/sort/sortTest.c Modified: trunk/src/doc/examples/sort/sortTest.c =================================================================== --- trunk/src/doc/examples/sort/sortTest.c 2007-10-07 14:42:36 UTC (rev 29) +++ trunk/src/doc/examples/sort/sortTest.c 2007-10-07 14:43:33 UTC (rev 30) @@ -64,3 +64,10 @@ } #include "sortTest.h" + +// Run the tests. +// Note: This is only here temporarily. +// In future versions, this part will be auto-generated. +int main(int argc, char *argv[]) { + runFixture(&sortTestFixture); +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |