diff options
Diffstat (limited to 'test cases/unit/91 install skip subprojects/foo.c')
-rw-r--r-- | test cases/unit/91 install skip subprojects/foo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/unit/91 install skip subprojects/foo.c b/test cases/unit/91 install skip subprojects/foo.c new file mode 100644 index 0000000..25927f5 --- /dev/null +++ b/test cases/unit/91 install skip subprojects/foo.c @@ -0,0 +1,4 @@ +int main(int argc, char *argv[]) +{ + return 0; +} |