Implement DER encoding for BOOLEAN, INTEGER and UTF8String in Client
This commit is contained in:
8
client/tests/meson.build
Normal file
8
client/tests/meson.build
Normal file
@@ -0,0 +1,8 @@
|
||||
test(
|
||||
'DER tests',
|
||||
executable(
|
||||
'der_tests',
|
||||
'der_tests.vala',
|
||||
dependencies: [lib_dep, gtk_dep]
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user