summaryrefslogtreecommitdiff
path: root/test cases/common/20 array
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-06-02 13:18:15 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-06-02 13:18:15 +0300
commitd4284aae89abc0e6c09cd101f40cbf53e26d8ac4 (patch)
tree141760b015637192f8072b865f0fb4369da4449e /test cases/common/20 array
parent50304bb20776dec84970522f282f15c8bf350ab1 (diff)
downloadmeson-d4284aae89abc0e6c09cd101f40cbf53e26d8ac4.tar.gz
Renamed add_test to test.
Diffstat (limited to 'test cases/common/20 array')
-rw-r--r--test cases/common/20 array/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/20 array/meson.build b/test cases/common/20 array/meson.build
index 611e94e0b..0d1737488 100644
--- a/test cases/common/20 array/meson.build
+++ b/test cases/common/20 array/meson.build
@@ -5,4 +5,4 @@ arr = [
'prog.c']
exe = executable('prog', sources : arr)
-add_test('arr test', exe)
+test('arr test', exe)