From 8a87fdb4a7aec8fb4da817abbf9efe797b16fed8 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 17 Jan 2019 10:52:25 +0100 Subject: lib:util: Add test to verify old and new macros are the same Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- lib/util/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/util/wscript_build') diff --git a/lib/util/wscript_build b/lib/util/wscript_build index f181e82fa3a..4c6fab2160b 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -295,3 +295,9 @@ else: deps='cmocka replace samba-util', local_include=False, for_selftest=True) + + bld.SAMBA_BINARY('test_byteorder_verify', + source='tests/test_byteorder_verify.c', + deps='cmocka replace samba-util', + local_include=False, + for_selftest=True) -- cgit v1.2.1