From 07659ccd9fe7b1cf1547cc6cad78bcf489f0a361 Mon Sep 17 00:00:00 2001 From: Chunseok Lee Date: Fri, 4 May 2018 17:57:16 +0900 Subject: Imported Upstream version 0.1 --- runtimes/tests/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 runtimes/tests/CMakeLists.txt (limited to 'runtimes/tests/CMakeLists.txt') diff --git a/runtimes/tests/CMakeLists.txt b/runtimes/tests/CMakeLists.txt new file mode 100644 index 000000000..a5e1047c0 --- /dev/null +++ b/runtimes/tests/CMakeLists.txt @@ -0,0 +1,8 @@ +set(NNRUNTIME_TEST_INC_COMMON ${NNFW_INCLUDE_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/include +) + +add_subdirectory(bring_up_test) +if (BUILD_ANDROID_NN_RUNTIME_TEST) + add_subdirectory(neural_networks_test) +endif() -- cgit v1.2.3