This commit is contained in:
2024-12-25 09:44:21 +01:00
parent 87f65d42e9
commit a1c69b584e
2 changed files with 12 additions and 0 deletions

View File

@@ -36,3 +36,12 @@ Examples:
```
### to test
```bash
vtest ~/code/github/freeflowuniverse/herolib/lib/osal/package_test.v
#for a full dir
vtest ~/code/github/freeflowuniverse/herolib/lib/osal
```
vtest is an alias to test functionality

View File

@@ -59,3 +59,6 @@ vtest ~/code/github/freeflowuniverse/herolib/lib/osal/package_test.v
- use ~ so it works over all machines
## important to read
- [aiprompts/starter/0_start_here.md](aiprompts/starter/0_start_here.md)