aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-30 14:35:51 -0500
committerDavid Robillard <d@drobilla.net>2025-01-30 15:51:01 -0500
commite7a120cddc8a72cfcc264c4cd83a0911d352e0a2 (patch)
tree52f42d2c277bb915421453e7decd49833a43826c /test/meson.build
parent4ef30fd5e0f175a4f8c79be49fb15a4fc6676517 (diff)
downloadserd-e7a120cddc8a72cfcc264c4cd83a0911d352e0a2.tar.gz
serd-e7a120cddc8a72cfcc264c4cd83a0911d352e0a2.tar.bz2
serd-e7a120cddc8a72cfcc264c4cd83a0911d352e0a2.zip
Separate EOF tests from catch-all "bad" test suite
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 889d6fae..913afe35 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -212,6 +212,10 @@ test_suites = {
'--',
'-b',
],
+ 'eof': [
+ files('extra/eof/manifest.ttl'),
+ ns_serdtest + 'eof/',
+ ],
'fast': [
files('extra/good/manifest.ttl'),
ns_serdtest + 'good/',