summaryrefslogtreecommitdiff
path: root/Tests/CustomCommandWorkingDirectory/working.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CustomCommandWorkingDirectory/working.c.in')
-rw-r--r--Tests/CustomCommandWorkingDirectory/working.c.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CustomCommandWorkingDirectory/working.c.in b/Tests/CustomCommandWorkingDirectory/working.c.in
new file mode 100644
index 000000000..cf75bd164
--- /dev/null
+++ b/Tests/CustomCommandWorkingDirectory/working.c.in
@@ -0,0 +1,7 @@
+int customTarget();
+
+int main()
+{
+ return customTarget();
+}
+