diff options
Diffstat (limited to 'Tests/CTestTestCycle/simple.cxx')
-rw-r--r-- | Tests/CTestTestCycle/simple.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CTestTestCycle/simple.cxx b/Tests/CTestTestCycle/simple.cxx new file mode 100644 index 0000000..766b775 --- /dev/null +++ b/Tests/CTestTestCycle/simple.cxx @@ -0,0 +1,5 @@ + +int main() +{ + return 0; +} |