From bd2407153c5779c9e475d17509e1d9d74f58c06d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 27 Feb 1997 18:59:18 +0000 Subject: [PATCH] installed host build make file --- src/cxxTemplates/test/Makefile.Host | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/cxxTemplates/test/Makefile.Host diff --git a/src/cxxTemplates/test/Makefile.Host b/src/cxxTemplates/test/Makefile.Host new file mode 100644 index 000000000..c544c1031 --- /dev/null +++ b/src/cxxTemplates/test/Makefile.Host @@ -0,0 +1,10 @@ + +TOP = ../../../.. +include $(TOP)/config/CONFIG_BASE + +TESTPROD := resourceLibTest tsDLListBench tsDLListTest tsDLListTest \ + tsSLListBench tsSLListTest + +include $(TOP)/config/RULES.Host + +