Add 'failing/17 same target' test

pull/3246/head
Aleksey Filippov 7 years ago
parent f4ea6ac454
commit 49d7d3f8e5
  1. 1
      test cases/failing/17 same target/file.c
  2. 4
      test cases/failing/17 same target/meson.build

@ -0,0 +1 @@
int func() { return 0; }

@ -0,0 +1,4 @@
project('same target', 'c')
static_library('foo', 'file.c')
static_library('foo', 'file.c')
Loading…
Cancel
Save