diff options
Diffstat (limited to 'performance-tests/TTCP/Orbix/README')
-rw-r--r-- | performance-tests/TTCP/Orbix/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/performance-tests/TTCP/Orbix/README b/performance-tests/TTCP/Orbix/README new file mode 100644 index 00000000000..6fd64c6fdec --- /dev/null +++ b/performance-tests/TTCP/Orbix/README @@ -0,0 +1,13 @@ +How to compile. + +1. Orbix must be installed. +2. You must set the following paths in ./orbix_defaults.mk +ORBIX_BINDIR = /the/path/to/Orbix/bin +ORBIX_LIBDIR = /the/path/to/Orbix/lib +ORBIX_INCDIR = /the/path/to/Orbix/include + + +How to run tests. +1. Orbix must be installed and proper Orbix environment variables + must be set. (ie. IT_CONFIG_PATH) +2. Read ./how_to_run_tests |