[Unittest] add hwmem test
[platform/adaptation/npu/trix-engine.git] / meson_options.txt
index c50ba55..62acb8d 100644 (file)
@@ -4,10 +4,11 @@ option('num_threads', type : 'string', value : '8')
 option('prefix_share', type : 'string', value : '/share')
 option('prefix_profile', type : 'string', value : '/tmp')
 option('log_dir', type : 'string', value : '/tmp/')
-option('log_level', type : 'string', value : '1')
-option('mute_stdout', type : 'string', value : 'false')
+option('log_level', type : 'string', value : '2')
+option('mute_stdout', type : 'boolean', value : false)
 option('target_platform', type : 'combo', choices : ['debian', 'tizen', 'fpga'], value : 'debian')
 option('enable_npu_emul', type : 'boolean', value : false)
+option('enable_npu_cuse', type : 'boolean', value : false)
 option('enable_data_manip', type : 'boolean', value : false)
 option('enable_buffering', type : 'boolean', value : false)
 option('enable_plugin_npumgr', type : 'boolean', value : false)