From 1a39278f825a174dd1d7347570462d05664f43bf Mon Sep 17 00:00:00 2001 From: xiebaiyuan Date: Wed, 15 Aug 2018 19:40:37 +0800 Subject: [PATCH] add mobilenetssd macro for testCmakelist --- test/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1033cfa180..a144e55323 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -31,7 +31,10 @@ elseif("FPGAnets" IN_LIST NET) # target_link_libraries(test-resnet paddle-mobile) ADD_EXECUTABLE(test-tensor-quant fpga/test_tensor_quant.cpp test_helper.h test_include.h executor_for_test.h) target_link_libraries(test-tensor-quant paddle-mobile) - +elseif("mobilenetssd" IN_LIST NET) + # gen test + ADD_EXECUTABLE(test-mobilenetssd net/test_mobilenet+ssd.cpp test_helper.h test_include.h executor_for_test.h) + target_link_libraries(test-mobilenetssd paddle-mobile) else () # gen test -- GitLab