diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1033cfa180ac6928b2edf6b0cef2885dd0e72a8c..a144e553236e300ad24501420183df01dd15aad5 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