summaryrefslogtreecommitdiff
path: root/tests/core/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-10-24 20:31:30 +0200
committerNiels De Graef <ndegraef@redhat.com>2022-10-24 20:32:22 +0200
commitc9bf51147e95c60c9b68e01b4f180f3fe92d0090 (patch)
tree4e76c2e7a0240f14631645e2f446ab50c9323970 /tests/core/meson.build
parent5c011486d6beac60981dafe5741f8acae197ce5d (diff)
downloadgnome-contacts-c9bf51147e95c60c9b68e01b4f180f3fe92d0090.tar.gz
Add tests for several Chunks
They're quite simple at this point, but the idea is to extend them as we put some of the serialization code in there, as well as more advanced logic.
Diffstat (limited to 'tests/core/meson.build')
-rw-r--r--tests/core/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/core/meson.build b/tests/core/meson.build
index ecb8879..4e38475 100644
--- a/tests/core/meson.build
+++ b/tests/core/meson.build
@@ -1,4 +1,12 @@
test_names = [
+ 'test-addresses-chunk',
+ 'test-birthday-chunk',
+ 'test-email-addresses-chunk',
+ 'test-full-name-chunk',
+ 'test-nickname-chunk',
+ 'test-notes-chunk',
+ 'test-phones-chunk',
+ 'test-roles-chunk',
'test-urls-chunk',
]