diff options
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirA/t1.c')
-rw-r--r-- | Tests/SimpleExclude/dirC/dirA/t1.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/SimpleExclude/dirC/dirA/t1.c b/Tests/SimpleExclude/dirC/dirA/t1.c deleted file mode 100644 index 67fe06f..0000000 --- a/Tests/SimpleExclude/dirC/dirA/t1.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdio.h> - -int tlib1func() -{ - Should not be build unless target directory A, B, or C are build; - printf("This is T1\n"); - return 5; -} |