diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-25 14:14:44 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-25 14:36:47 +0530 |
| commit | f3bb6bb227af00411346cfe3d901532c00ceeb55 (patch) | |
| tree | 88a1fdc6c522efdc4397c7396bb89a0dc3059ce8 /test cases/common/5 linkstatic/libfile2.c | |
| parent | 706425abd172df6686aab40f110b341c62721361 (diff) | |
| download | meson-f3bb6bb227af00411346cfe3d901532c00ceeb55.tar.gz | |
Add a unit test to ensure object file order
Part of the changes to make input and output filenames in targets be
deterministic.
Diffstat (limited to 'test cases/common/5 linkstatic/libfile2.c')
| -rw-r--r-- | test cases/common/5 linkstatic/libfile2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/5 linkstatic/libfile2.c b/test cases/common/5 linkstatic/libfile2.c new file mode 100644 index 000000000..89780f593 --- /dev/null +++ b/test cases/common/5 linkstatic/libfile2.c @@ -0,0 +1,3 @@ +int func2() { + return 2; +} |
