Add Dockerfile to compile and test RMR
[ric-plt/lib/rmr.git] / README
diff --git a/README b/README
index 86217ce..8eb4540 100644 (file)
--- a/README
+++ b/README
@@ -71,7 +71,7 @@ To install see the instructions on their html sites:
 
 
 Unit Testing
-The script ../test/utest.ksh should be used for running unit tests. With no 
+The script ../test/unit_test.ksh should be used for running unit tests. With no 
 parameters it will attempt to build any file in this directory which has the 
 name *_test.c.  Build is attempted with either mk or make and enables the 
 necessary compiler flags to support coverage output (gcov).  Once built, the
@@ -91,3 +91,8 @@ It might be necessary to write a higher level test driver as some of the modules
 (e.g. route table) have threaded daemons which might not be easy to drive 
 completely or at all, and thus the code coverage for a passing test might need
 to be lower for this type of module.
+
+Containerized Build
+The Dockerfile defines an environment to build and test this library.  It uses
+a base image with the C toolchain.  The Dockerfile is NOT intended to create a
+distributable image.