From 9b71be04ea600189e390bb111624ad5c2d248a4c Mon Sep 17 00:00:00 2001 From: Frederic Marec Date: Wed, 16 Jan 2019 17:07:21 +0100 Subject: Improve tests for 4a-alsa-core Change-Id: Ief879bd4856b3aa906c3b256c432e2a5ddf78fcd Signed-off-by: Frederic Marec --- test/CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9df744e..fb9abf5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright 2018 IoT.bzh +# Copyright 2015 - 2019 IoT.bzh # # author:Frédéric Marec # @@ -19,4 +19,9 @@ # Include any directory not starting with _ # ----------------------------------------------------- -PROJECT_SUBDIRS_ADD(${PROJECT_SRC_DIR_PATTERN}) \ No newline at end of file +PROJECT_SUBDIRS_ADD(${PROJECT_SRC_DIR_PATTERN}) + +ADD_TEST(NAME AGL_4A_ALSA_CORE + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} + COMMAND afm-test ${CMAKE_BINARY_DIR}/package ${CMAKE_BINARY_DIR}/package-test +) \ No newline at end of file -- cgit 1.2.3-korg