diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-12-09 13:36:13 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-12-13 09:37:48 +0530 |
| commit | 2c83bd16fc03afd2d8605734dce1ffc1946bf3d2 (patch) | |
| tree | 8eefd42ddd79dfda4b4fb90dada8e2efb082bfb7 /test cases/common/129 object only target/source.c | |
| parent | 3fad3cbb8184c412061ac5543b7f7d73efa4c946 (diff) | |
| download | meson-2c83bd16fc03afd2d8605734dce1ffc1946bf3d2.tar.gz | |
Test targets with only generated and prebuilt objects
Diffstat (limited to 'test cases/common/129 object only target/source.c')
| -rw-r--r-- | test cases/common/129 object only target/source.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/129 object only target/source.c b/test cases/common/129 object only target/source.c new file mode 100644 index 000000000..7779b332c --- /dev/null +++ b/test cases/common/129 object only target/source.c @@ -0,0 +1,3 @@ +int func1_in_obj() { + return 0; +} |
