C Testing Skill
Write, build, and run C tests for the VoxelPic library. USE FOR: adding new C test cases, understanding the test data format, debugging test failures, or running the existing C test suite. Published by microsoft in voxelpic.
What is C Testing Skill?
Write, build, and run C tests for the VoxelPic library. USE FOR: adding new C test cases, understanding the test data format, debugging test failures, or running the existing C test suite. Published by microsoft in voxelpic. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Data analysis
- Design and media
- Writing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use C Testing Skill
- Use it for testing.
- Use it for data analysis.
- Use it for design and media.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/voxelpic
- Skill file: .github/skills/c-testing/SKILL.md
What it does
Write, build, and run C tests for the VoxelPic library. USE FOR: adding new C test cases, understanding the test data format, debugging test failures, or running the existing C test suite.
Skill instructions
Testing the C Library Test Suite Overview There are three C test executables under test/, each registered with CTest: | Executable | Tests | Data Files | |--------------|------------------------------|-------------------------| | voxeltest | OcTree build round-trip | voxel1.dat–voxel5.dat | | colortest | Hue-codec encode/decode | (none — self-contained) | | imagetest | Level encode/decode to image | image7.dat–image9.dat | Building and Running sh cmake -B build --preset debug or release / debug-clang / release-clang cmake --build build ctest --test-dir build -V -V for verbose output All four CMake presets enable VOXELPICBUILDTESTS. To run a single test: sh ctest --test-dir build -R colortest -V To build with AddressSanitizer (clang): sh cmake -B build --preset release-clang -DVOXELPICSANITIZE=address cmake --build build ctest --test-dir build -V Test Data Generation Test data files are generated automatically by Python scripts as a post-build step (defined in test/CMakeLists.txt): - te
Explore related resources
Frequently asked questions
What is C Testing?
C Testing is a open-source AI agent skill with Copy skill directory. Write, build, and run C tests for the VoxelPic library. USE FOR: adding new C test cases, understanding the test data format, debugging test failures, or running the existing C test suite.
Who is C Testing best for?
C Testing is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows, design and media workflows.
How do I install C Testing?
Install or run C Testing using Copy skill directory. Check C Testing for the latest setup command.
Is C Testing actively maintained?
C Testing may need a closer maintenance check before production use.
Auto-fetched from GitHub.