Compare commits

..

1 commit

Author SHA1 Message Date
Théophile Bastian c462076802 Document (future) behaviours 2018-03-26 13:06:11 +02:00

View file

@ -18,25 +18,25 @@ To run those scripts, you will need
On the first run, setup everything (this may take some time — we're compiling
glibc and its whole testsuite here):
```
```bash
./setup_env.sh
```
Then, for every subsequent run, you can source the environment variables needed
(this is not strictly necessary, but will help you debug stuff):
```
```bash
source ./env
```
You may then either run a single test,
```
```bash
./run_single_test.sh math/test-misc # Or any other glibc test path
```
or run the whole testsuite
```
```bash
./run_all_tests.sh
```