[dpdk-stable] [PATCH] test: add missing external mem autotest to	meson
    Anatoly Burakov 
    anatoly.burakov at intel.com
       
    Wed Dec  5 17:25:48 CET 2018
    
    
  
The 'external_mem_autotest' was defined in the meson build, but
the actual source file was not being compiled by meson.
Fixes: b270daa43b3d ("test: support external memory")
Cc: stable at dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
 test/test/meson.build | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test/test/meson.build b/test/test/meson.build
index 554e9945f..0914aa258 100644
--- a/test/test/meson.build
+++ b/test/test/meson.build
@@ -39,6 +39,7 @@ test_sources = files('commands.c',
 	'test_event_eth_tx_adapter.c',
 	'test_event_timer_adapter.c',
 	'test_eventdev.c',
+	'test_external_mem.c',
 	'test_func_reentrancy.c',
 	'test_flow_classify.c',
 	'test_hash.c',
-- 
2.17.1
    
    
More information about the stable
mailing list