X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Fmeson.build;h=7c6e3b00b44dcd300422150b8eba463088cad44b;hb=5d7b673d5fd6663b20c675dd382d9fb43b42af18;hp=6a71ee0d39599df816975baf7cc2c7da50b8fd56;hpb=b270daa43b3da369c6f8b12d80f5ff6504caeda0;p=dpdk.git diff --git a/test/test/meson.build b/test/test/meson.build index 6a71ee0d39..7c6e3b00b4 100644 --- a/test/test/meson.build +++ b/test/test/meson.build @@ -145,6 +145,7 @@ test_names = [ 'cryptodev_sw_mvsam_autotest', 'cryptodev_dpaa2_sec_autotest', 'cryptodev_dpaa_sec_autotest', + 'cryptodev_octeontx_autotest', 'cycles_autotest', 'debug_autotest', 'devargs_autotest', @@ -252,6 +253,9 @@ if cc.has_argument('-Wno-format-truncation') cflags += '-Wno-format-truncation' endif +# specify -D_GNU_SOURCE unconditionally +default_cflags += '-D_GNU_SOURCE' + test_dep_objs = [] compress_test_dep = dependency('zlib', required: false) if compress_test_dep.found()