# Filesystem Test Suite

This folder contains a ready-to-use project for testing [File System](https://docs.microej.com/en/latest/VEEPortingGuide/fs.html) implementations on a device.
This Test Suite will typically test file and directory creation, access permissions, and file content read/write...

## Specifications

- Tested Foundation Library: [FS](https://repository.microej.com/modules/ej/api/fs/)
- Test Suite Module: [com.microej.pack.fs#fs-testsuite](https://repository.microej.com/modules/com/microej/pack/fs/fs-testsuite/)

Set the FS Test Suite module version in the [build.gradle.kts](build.gradle.kts) to match the pack version of the tested VEE Port.

Please refer to [VEE Port Qualification Test Suite Versioning](https://docs.microej.com/en/latest/VEEPortingGuide/veePortQualification.html#test-suite-versioning)
to determine the FS Test Suite module version.

## Requirements

- See VEE Port Test Suites [documentation](../README.md).

## Usage

- Follow the configuration and execution steps described in VEE Port Test Suites [documentation](../README.md).

## Test Suite Source Code Navigation

- See VEE Port Test Suites [documentation](../README.md).

## Troubleshooting

See VEE Port Test Suites [documentation](../README.md).

---
_Markdown_  
_Copyright 2025 MicroEJ Corp._  
_Use of this source code is governed by a BSD-style license that can be found with this software._  
