Allow endpoint selection based on meid in message

This change allows the route table to specify message types which
should route based on the MEID (managed equipment ID) in the message
buffer rather than a round-robin list. The special group entry of
%meid in the routing table causes this, and requires the route
generator to suppy RMR with a map of endpoints which currently
manage each ME.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I6023cc0363222c85b1b7893c573d6e3f65edd221
diff --git a/test/rmr_nng_test.c b/test/rmr_nng_test.c
index fb12ec2..4fd6f02 100644
--- a/test/rmr_nng_test.c
+++ b/test/rmr_nng_test.c
@@ -79,6 +79,7 @@
 
 											// specific test tools in this directory
 #include "test_support.c"					// things like fail_if()
+#include "test_gen_rt.c"
 											// and finally....
 #include "tools_static_test.c"				// local test functions pulled directly because of static nature of things
 #include "symtab_static_test.c"