Skip to content

Commit e87fd62

Browse files
committed
add commands of how to run the test
Signed-off-by: Jim Lin <b04705003@ntu.edu.tw>
1 parent 9a3fdc1 commit e87fd62

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ Run all linting:
3030
$ make -f docker.Makefile lint
3131
```
3232

33+
Run the unit test:
34+
35+
```
36+
$ make -f docker.Makefile test-unit
37+
```
38+
39+
Run the full test suite:
40+
41+
```
42+
$ make -f docker.Makefile test
43+
```
44+
3345
List all the available targets:
3446

3547
```

0 commit comments

Comments
 (0)