Skip to content

Commit

Permalink
Update BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames authored Dec 23, 2023
1 parent cb04683 commit 0888771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Which creates makefiles which you can use to build the source via:
Then you can run binaries like this:

./bin/test
./bin/stats
./bin/soak
./bin/fuzz

Alternatively, you can use the following shortcuts to build and run test programs directly:

premake5 test // build and run unit tests

premake5 stats // runs connection statistics demo
premake5 soak // run the soak test that exercises all library functionality

premake5 fuzz // run the fuzz test that tests the library is able to correctly handle random data

If you have questions please create an issue at https://github.com/mas-bandwidth/reliable and I'll do my best to help you out.
Expand Down

0 comments on commit 0888771

Please sign in to comment.