Merge branch 'master' into wasm_demos
# Conflicts: # demos/external/sources/mmutils/thread_pool.d # tests/meson.build
This commit is contained in:
commit
84a5cbef13
32 changed files with 1568 additions and 1535 deletions
|
|
@ -1,11 +1,18 @@
|
|||
tests_src = files(
|
||||
'tests.d',
|
||||
'access_perf.d',
|
||||
'basic.d',
|
||||
'bugs.d',
|
||||
'id_manager.d',
|
||||
'map.d',
|
||||
'perf.d',
|
||||
'runner.d',
|
||||
'time.d',
|
||||
'vector.d'
|
||||
)
|
||||
|
||||
|
||||
if host_machine.cpu_family() != 'wasm32'
|
||||
exe = executable('decs-tests', tests_src,
|
||||
include_directories : [inc],
|
||||
include_directories : [inc, '..'],
|
||||
dependencies : decs_dep,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue