summaryrefslogtreecommitdiff
path: root/Tests/CTestTestDepends/simple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CTestTestDepends/simple.cxx')
-rw-r--r--Tests/CTestTestDepends/simple.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CTestTestDepends/simple.cxx b/Tests/CTestTestDepends/simple.cxx
new file mode 100644
index 000000000..766b7751b
--- /dev/null
+++ b/Tests/CTestTestDepends/simple.cxx
@@ -0,0 +1,5 @@
+
+int main()
+{
+ return 0;
+}