[Trivial] layer client test was not running
authorJihoon Lee <jhoon.it.lee@samsung.com>
Thu, 19 Aug 2021 02:24:11 +0000 (11:24 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 20 Aug 2021 08:16:20 +0000 (17:16 +0900)
This patch changes test variable argument in order for layer client
tests to run

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
Applications/Custom/LayerClient/jni/meson.build

index 1dcc6b0d4c262ca8fb20bce69b6e6958dcb49828..bbf6c738a880f6de2e5714e97579a9685d75fce8 100644 (file)
@@ -8,7 +8,7 @@ layer_client_sources = [
 
 run_command('cp', '-lr', res_path, nntr_app_resdir / 'LayerClient')
 
-e = executable('layer_client',
+exe = executable('layer_client',
   layer_client_sources,
   include_directories: layer_example_inc,
   dependencies: [app_utils_dep, iniparser_dep, nntrainer_dep, nntrainer_ccapi_dep],