From 2a1840f2126cf6e3b7a472ec4ea79b3dbb10c598 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 5 Jun 2017 17:49:47 -0700 Subject: [PATCH] updated TESTING.md --- TESTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTING.md b/TESTING.md index fbe16e5..d8f7526 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,4 +1,4 @@ -## Testing (using src/selftest.cpp) +## Testing via [selftest.cpp](src/selftest.cpp) After building the static library, you can run: @@ -6,7 +6,7 @@ After building the static library, you can run: This will output `selftest` to `build/$PLATFORM/`. Using this, you can run the tests below. Note, the following examples assume your testing environment is `linux`, you'll see this in the build output path. If this is not true, change it to `darwin`, or `win` depending on what you're running. - It is probably easiet to add out your `host-1` and `host-2` address, port, and network information to `test/alice.conf` and `test/bob.conf`, this way you can use the selftest shorthand shown below. + It is probably easiest to add out your `host-1` and `host-2` address, port, and network information to `test/alice.conf` and `test/bob.conf`, this way you can use the selftest shorthand shown below. Build outputs are as follows: