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