vlang/vsl

test: add tests for inout (HDF5) module

クローズ

#325 opened on 2026/07/14

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)V (49 件のフォーク)auto 404
Hacktoberfestenhancementgood first issue

Repository metrics

Stars
 (400 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド