summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/mico/mico-thrput-st/mico-env
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/mico/mico-thrput-st/mico-env')
-rwxr-xr-xCIAO/performance-tests/mico/mico-thrput-st/mico-env14
1 files changed, 14 insertions, 0 deletions
diff --git a/CIAO/performance-tests/mico/mico-thrput-st/mico-env b/CIAO/performance-tests/mico/mico-thrput-st/mico-env
new file mode 100755
index 00000000000..67b444acef9
--- /dev/null
+++ b/CIAO/performance-tests/mico/mico-thrput-st/mico-env
@@ -0,0 +1,14 @@
+##############
+## MICO ENVIRONMENT SETTINGS
+#############
+#
+# If MICO has been built in /build/ccm/mico-obj
+# then add the following to your path and Library paths
+# for Bash Shell:
+#
+#export PATH=/build/ccm/mico-obj/bin:$PATH
+#export LD_LIBRARY_PATH=/build/ccm/mico-obj/lib:$LD_LIBRARY_PATH
+#
+# Note: The place where object files and binaries are built could be
+# different from source files. The environment variables use the obj
+# path rather than source path