X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest%2Fmeson.build;h=285e71a4614d9c9b455d865bb52bfe616f207da4;hb=4849e8e44250e3f73df782aad750b0626c441241;hp=d15278cf905043adb35409fb6ac3b5dc243c65ae;hpb=27ea35b743aa3c735d04848b5c795ae0b8cd311b;p=dpdk.git diff --git a/app/test/meson.build b/app/test/meson.build index d15278cf90..285e71a461 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -108,6 +108,7 @@ test_sources = files('commands.c', 'test_ring_stress.c', 'test_rwlock.c', 'test_sched.c', + 'test_security.c', 'test_service_cores.c', 'test_spinlock.c', 'test_stack.c', @@ -155,6 +156,7 @@ test_deps = ['acl', 'reorder', 'rib', 'ring', + 'security', 'stack', 'timer' ] @@ -216,6 +218,7 @@ fast_tests = [ ['rwlock_rds_wrm_autotest', true], ['rwlock_rde_wro_autotest', true], ['sched_autotest', true], + ['security_autotest', false], ['spinlock_autotest', true], ['stack_autotest', false], ['stack_lf_autotest', false],