CVE-2020-10745: librpc/tests: cmocka tests of dns and ndr strings
[vlendec/samba-autobuild/.git] / librpc / wscript_build
index aa112890a7acd327903f1736eae6f8c42e061c7b..194e5bdb50c6b3355c63631109dfeeb19a3deeab 100644 (file)
@@ -711,3 +711,13 @@ bld.SAMBA_BINARY('test_ndr',
                       ndr
                       ''',
                  for_selftest=True)
+
+bld.SAMBA_BINARY('test_ndr_dns_nbt',
+                 source='tests/test_ndr_dns_nbt.c',
+                 deps='''
+                      cmocka
+                      ndr
+                      ndr_nbt
+                      NDR_DNS
+                      ''',
+                 for_selftest=True)