repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
SimpleInstall
/
TestSubDir
/
TSD.cxx
blob
8fc38787acd8813c0f2a6851c8ac19a8b2d379f6
1
#include <stdio.h>
2
3
#include
"TSD.h"
4
5
int
main
()
6
{
7
int
res
=
TSD
(
"TEST"
);
8
printf
(
"Hello from TSD
\n
"
);
9
return
res
;
10
}