Further work in progress on build system -- port over test modules.
This commit is contained in:
parent
2e63a2f2fe
commit
6f0cbc059d
7 changed files with 57 additions and 50 deletions
|
|
@ -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@
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue