Rename regression to test

This commit is contained in:
Fabing Li
2024-06-28 19:12:24 +08:00
committed by Tate, Hongliang Tian
parent 5eefd600cc
commit f675552c5a
147 changed files with 196 additions and 108 deletions

View File

@ -32,12 +32,12 @@ cargo osdk test
## Integration Test
### Regression Test
### General Test
The following command builds and runs the test binaries in `regression/apps` directory on Asterinas.
The following command builds and runs the test binaries in `test/apps` directory on Asterinas.
```bash
make run AUTO_TEST=regression
make run AUTO_TEST=test
```
### Syscall Test