vlang/vsl

test: add tests for inout (HDF5) module

Closed

#325 opened on Jul 14, 2026

 (0 comments) (0 reactions) (0 assignees)V (49 forks)auto 404
Hacktoberfestenhancementgood first issue

Repository metrics

Stars
 (400 stars)
PR merge metrics
 (PR metrics pending)

Description

inout/ provides HDF5 I/O but has no _test.v. Tests should be gated on HDF5 availability using a skip pattern (like VCL examples skip when no OpenCL device).

Task

Add inout/hdf5_test.v that:

  1. Creates a simple HDF5 file
  2. Writes and reads a dataset
  3. Skips cleanly when HDF5 is not available

Verification

  • v test vsl/inout skips or passes depending on HDF5 availability

Contributor guide