Rename 'tests/unit-tests' directory to 'tests/unit'
Change-Id: I78ea29938259fac288781bed12fb2399ac7eba26
diff --git a/README-dev.md b/README-dev.md
index 8dd53d1..6bd7644 100644
--- a/README-dev.md
+++ b/README-dev.md
@@ -46,7 +46,7 @@
If you are affiliated to an NSF-supported NDN project institution, please use the [NDN Team License
Boilerplate](https://redmine.named-data.net/projects/ndn-cxx/wiki/NDN_Team_License_Boilerplate_(ndn-cxx)).
-Running unit-tests
+Running unit tests
------------------
To run unit tests, ndn-cxx needs to be configured, build with unit test support, and installed
@@ -68,7 +68,7 @@
For example, it is possible to choose to run only a specific test suite, only a specific
test case within a suite, or specific test cases within specific test suites:
- # Run only Face test suite tests (tests/unit-tests/face.t.cpp)
+ # Run only Face test suite tests (tests/unit/face.t.cpp)
./build/unit-tests -t TestFace
# Run only test case ExpressInterestData from the same test suite