From 11462318e1c96ab10cbf24febe2a182e1eee7fd3 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 5 Jun 2017 17:51:20 -0700 Subject: [PATCH] updated TESTING.md --- TESTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.