test: add basic lib function tests for agents and coding-rules

This commit is contained in:
Chiron
2026-04-15 18:43:00 +00:00
committed by Chiron
parent 2494da1054
commit d04d405297
3 changed files with 86 additions and 0 deletions

4
tests/lib/default.nix Normal file
View File

@@ -0,0 +1,4 @@
{
coding-rules = import ./coding-rules-test.nix;
agents = import ./agents-test.nix;
}