diff --git a/TESTING.md b/TESTING.md index d8f7526..40ddf4b 100644 --- a/TESTING.md +++ b/TESTING.md @@ -1,4 +1,4 @@ -## Testing via [selftest.cpp](src/selftest.cpp) +## Testing via [selftest.cpp](test/selftest.cpp) After building the static library, you can run: @@ -22,8 +22,6 @@ build |-selftest ``` -*** - ### Simple Tests Simple tests merely test one aspect of the library. For instance, its role as an IPv4 server, or IPv6 client.