Skip to content

Commit d16f89b

Browse files
committed
doc: add makefile instructions
1 parent b80279c commit d16f89b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,18 @@ Contribution by @wilsonmar
8686
See HTML test report in tests/trivial/report/index.html
8787
</pre>
8888

89+
*Alternative exec by Makefile:*
90+
91+
Like the bash script, it is possible to run the tests through a **Makefile** simply with the `make` command or by sending parameters as follows:
92+
93+
```sh
94+
TARGET_HOST="www.map5.nl" \
95+
TARGET_PORT="80" \
96+
THREADS=10 \
97+
TEST=trivial \
98+
make
99+
```
100+
89101
1. Switch to your machine's Folder program and navigate to the folder containing files which replaces files cloned in from GitHub:
90102

91103
```

0 commit comments

Comments
 (0)