diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-23 16:59:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 16:59:35 +0200 |
| commit | b94056e1aadb7fbcdfb8dad492b6066d5efa507f (patch) | |
| tree | 6c9e8017f29b16f8ff84ccb1d71df1352deb8f04 /docs/unit-testing.md | |
| parent | 9416921a7ec4dc5f1ed6b8a9098251afbc72d3f3 (diff) | |
| download | wiki-b94056e1aadb7fbcdfb8dad492b6066d5efa507f.tar.gz wiki-b94056e1aadb7fbcdfb8dad492b6066d5efa507f.tar.bz2 wiki-b94056e1aadb7fbcdfb8dad492b6066d5efa507f.zip | |
chore: DSCRIPTS=static (#559)
* chore: test
* chore: DSCRIPTS=static
* Revert "chore: test"
Diffstat (limited to 'docs/unit-testing.md')
| -rw-r--r-- | docs/unit-testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/unit-testing.md b/docs/unit-testing.md index 3bd1181..6dbbab2 100644 --- a/docs/unit-testing.md +++ b/docs/unit-testing.md @@ -10,7 +10,7 @@ For example: cd azerothcore mkdir build cd build -cmake ../ -DWITH_WARNINGS=1 -DTOOLS=0 -DSCRIPTS=1 -DBUILD_TESTING=1 +cmake ../ -DWITH_WARNINGS=1 -DTOOLS=0 -DSCRIPTS=static -DBUILD_TESTING=1 make install -j 6 ``` |
