summaryrefslogtreecommitdiff
path: root/Tests/SimpleExclude/dirC/dirA/t3.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirA/t3.c')
-rw-r--r--Tests/SimpleExclude/dirC/dirA/t3.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/SimpleExclude/dirC/dirA/t3.c b/Tests/SimpleExclude/dirC/dirA/t3.c
new file mode 100644
index 000000000..1366dc0a6
--- /dev/null
+++ b/Tests/SimpleExclude/dirC/dirA/t3.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(int argc, char* argv[])
+{
+ Should not be build unless target directory A, B, or C are build;
+ return 0;
+}