summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-12-06 11:51:41 +0000
committerPhil Jones <philj56@gmail.com>2022-12-06 11:51:41 +0000
commit0efb3c61a9575eede8984f362dfa6cd0b7562f4a (patch)
tree9dd96f4b9c4382886c3981a8c7ca222966d0c571 /test/meson.build
parent4e06e2e09c5473f6aac630373a7bfe47e6258464 (diff)
Add config file unit tests and fix some bugs.
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 49f6870..45df68f 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,4 +1,5 @@
tests = [
+ 'config',
'utf8'
]