This commit is contained in:
Dave Vasilevsky 2024-09-17 11:49:55 -04:00
Родитель a74a5f6622
Коммит 9881e24cc0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -77,6 +77,9 @@ The makefile in the root folder will make all utilities.
TESTING
-------
To run tests automatically, ensure you have Docker and docker-buildx installed. Then run `./test/run_tests.sh`.
Or to run tests manually:
* Configure in 'build': `cmake -B build`
* Install cram: `pipx install cram`
* Run tests: `cram test/*.t`