vlang/vsl

test: add tests for inout (HDF5) module

已關閉

#325 建立於 2026年7月14日

 (0 則留言) (0 個反應) (0 位負責人)V (49 個分叉)auto 404
Hacktoberfestenhancementgood first issue

倉庫指標

星標
 (400 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南