1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-17 10:49:56 +00:00

Unbreak Meson build

The Meson build system
Version: 0.54.0
Source dir: /wrkdirs/usr/ports/lang/janet/work/janet-1.9.0
Build dir: /wrkdirs/usr/ports/lang/janet/work/janet-1.9.0/_build
Build type: native build

meson.build:225:2: ERROR: Expecting rbracket got string.
  'test/suite9.janet'
  ^
For a block that started at 215,13
test_files = [
             ^
This commit is contained in:
Tobias Kortkamp 2020-05-11 06:02:26 +02:00
parent e013381e72
commit 7275370ae5
No known key found for this signature in database
GPG Key ID: F4815C5F893E655D

View File

@ -221,7 +221,7 @@ test_files = [
'test/suite5.janet',
'test/suite6.janet',
'test/suite7.janet',
'test/suite8.janet'
'test/suite8.janet',
'test/suite9.janet'
]
foreach t : test_files