We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80279c commit d16f89bCopy full SHA for d16f89b
README.md
@@ -86,6 +86,18 @@ Contribution by @wilsonmar
86
See HTML test report in tests/trivial/report/index.html
87
</pre>
88
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
101
1. Switch to your machine's Folder program and navigate to the folder containing files which replaces files cloned in from GitHub:
102
103
```
0 commit comments