Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Nov 14, 2023
1 parent 0538300 commit 119d818
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ else()
#
set(tests
list-devices
get-meta
unit-tests
multiscale-with-trivial-tile-size
no-set-chunking
write-zarr-compressed-multiscale
write-zarr-compressed-with-chunking
write-zarr-compressed-with-chunking-and-rollover
write-zarr-raw-multiscale
write-zarr-raw-with-chunking
# get-meta # FIXME
# unit-tests
# multiscale-with-trivial-tile-size
# no-set-chunking
# write-zarr-compressed-multiscale
# write-zarr-compressed-with-chunking
# write-zarr-compressed-with-chunking-and-rollover
# write-zarr-raw-multiscale
# write-zarr-raw-with-chunking
write-zarr-raw-with-chunking-and-rollover
write-zarr-raw-with-ragged-tiling
write-zarr-v3-compressed
write-zarr-v3-raw
write-zarr-with-defaults
write-zarr-with-lz4-compression
write-zarr-with-zstd-compression
# write-zarr-raw-with-ragged-tiling
# write-zarr-v3-compressed
# write-zarr-v3-raw
# write-zarr-with-defaults
# write-zarr-with-lz4-compression
# write-zarr-with-zstd-compression
)

foreach(name ${tests})
Expand Down

0 comments on commit 119d818

Please sign in to comment.