Further work in progress on build system -- port over test modules.

This commit is contained in:
Laurence Withers 2006-07-26 19:30:26 +01:00
commit 6f0cbc059d
7 changed files with 57 additions and 50 deletions

View file

@ -5,9 +5,8 @@
* http://www.gnu.org/copyleft/gpl.html for details.
*/
@TODO@ includes
#include "stdio.h"
@TEST_HEADERS@
#include <iostream>
@ -23,12 +22,13 @@ int main(int argc, char* argv[])
}
int ret = 0;
// TODO
return ret;
}
/* options for text editors
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
vim: expandtab:ts=4:sw=4
kate: @KATE_MODELINE@
vim: @VIM_MODELINE@
*/