summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNicola Fontana <ntd@entidi.it>2019-03-26 14:15:48 +0100
committerNicola Fontana <ntd@entidi.it>2019-03-26 14:15:48 +0100
commit9c2748def8d967a6130aa023a3b706fd9b4b216d (patch)
treed32552fb960329f13e0fad243fa8689df3a305c2 /tests
parent10a9dea1a1194e2ac599b56ed8e8f271399ff12c (diff)
downloadgtk-doc-9c2748def8d967a6130aa023a3b706fd9b4b216d.tar.gz
tests: enable scan tests in meson build
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 5a5a60f..41026a3 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -9,6 +9,7 @@ gtkdoc_unit_tests = [
'common',
'mk-to-db',
'mkhtml2',
+ 'scan',
]
foreach test_name: gtkdoc_unit_tests
@@ -33,4 +34,4 @@ subdir('bugs')
subdir('empty')
subdir('fail')
subdir('gobject')
-subdir('program') \ No newline at end of file
+subdir('program')