vlang/vsl

test: add tests for inout (HDF5) module

Chiusa

#325 aperta il 14 lug 2026

 (0 commenti) (0 reazioni) (0 assegnatari)V (49 fork)auto 404
Hacktoberfestenhancementgood first issue

Metriche repository

Star
 (400 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor