summaryrefslogtreecommitdiff
path: root/test cases/common/18 array/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/18 array/meson.build')
-rw-r--r--test cases/common/18 array/meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/test cases/common/18 array/meson.build b/test cases/common/18 array/meson.build
deleted file mode 100644
index 0d1737488..000000000
--- a/test cases/common/18 array/meson.build
+++ /dev/null
@@ -1,8 +0,0 @@
-project('array test', 'c')
-
-arr = [
- 'func.c',
- 'prog.c']
-
-exe = executable('prog', sources : arr)
-test('arr test', exe)