Skip to content
/ zstd Public
forked from facebook/zstd

Commit

Permalink
bool
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 17, 2020
1 parent a57e2c6 commit 6a7c9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/meson/tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_includes = [ include_directories(join_paths(zstd_rootdir, 'programs')) ]

datagen_sources = [join_paths(zstd_rootdir, 'programs/datagen.c'),
join_paths(zstd_rootdir, 'tests/datagencli.c')]
if cc_id == compiler_msvc
if is_like_msvc
datagen_c_args = [ '/DNDEBUG' ]
else
datagen_c_args = [ '-DNDEBUG' ]
Expand Down Expand Up @@ -158,7 +158,7 @@ if tests_supported_oses.contains(host_machine_os)
timeout: 600) # Timeout should work on HDD drive
endif

if host_machine_os != os_windows
if not is_os_windows
playTests_sh = find_program(join_paths(zstd_rootdir, 'tests/playTests.sh'), required: true)
test('test-zstd',
playTests_sh,
Expand Down

0 comments on commit 6a7c9ed

Please sign in to comment.