1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 20:57:06 +01:00

homemade test recusrive target for old autotools versions

This commit is contained in:
2016-11-04 22:32:25 +00:00
parent 8af8b047fd
commit 7df940dc3e
5 changed files with 21 additions and 6 deletions

View File

@ -106,6 +106,7 @@ To minimise the build time, only the tests at the root of the `tests` directory
``` bash
make -C tests/<subdir> tests
```
If you want to build all the tests at once just use `make tests`.
### Build configuration options