Fixed a bug in PKGBUILD.
This commit is contained in:
11
CLAUDE.md
11
CLAUDE.md
@@ -37,16 +37,7 @@ meson install -C _build
|
|||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
```bash
|
Manual testing is recommended. The legacy keystroke-driven test harness has been removed.
|
||||||
# Run all tests
|
|
||||||
test/harness/runall.sh
|
|
||||||
|
|
||||||
# Run single test
|
|
||||||
test/harness/runone.sh <test.py> <app-name>
|
|
||||||
|
|
||||||
# App-specific tests
|
|
||||||
test/harness/runall.sh -a /path/to/app/tests
|
|
||||||
```
|
|
||||||
|
|
||||||
## Architecture Overview
|
## Architecture Overview
|
||||||
|
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -196,18 +196,7 @@ rm -rf _build
|
|||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
Run the regression test suite:
|
Manual testing is recommended. The legacy keystroke-driven test harness has been removed.
|
||||||
|
|
||||||
```bash
|
|
||||||
# All tests
|
|
||||||
test/harness/runall.sh
|
|
||||||
|
|
||||||
# Single test
|
|
||||||
test/harness/runone.sh <test.py> <app-name>
|
|
||||||
|
|
||||||
# App-specific tests
|
|
||||||
test/harness/runall.sh -a /path/to/app/tests
|
|
||||||
```
|
|
||||||
|
|
||||||
## Self-voicing
|
## Self-voicing
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
pkgname=cthulhu
|
pkgname=cthulhu
|
||||||
pkgver=2026.01.07
|
pkgver=2026.01.07
|
||||||
>>>>>>> testing
|
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
|
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
|
||||||
url="https://git.stormux.org/storm/cthulhu"
|
url="https://git.stormux.org/storm/cthulhu"
|
||||||
|
|||||||
Reference in New Issue
Block a user