lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test
[gd/samba-autobuild/.git] / lib / crypto / wscript_build
index c4bfefc1fdf3cdd4152de32e3be5e77a46ae579d..f50269879b541ce2171a2da4cf8c70b8ed9fa2d4 100644 (file)
@@ -15,7 +15,7 @@ bld.SAMBA_SUBSYSTEM('LIBCRYPTO',
         )
 
 bld.SAMBA_SUBSYSTEM('TORTURE_LIBCRYPTO',
-       source='md4test.c md5test.c hmacmd5test.c',
+       source='md4test.c md5test.c hmacmd5test.c aes_cmac_128_test.c',
        autoproto='test_proto.h',
        deps='LIBCRYPTO'
        )