diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-04 02:48:51 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-04 02:48:51 +0000 |
commit | 178e0150158bce90bf8dbfd6307e37b397a236b5 (patch) | |
tree | e4d12cfe8bef8f27cea54a96b23375c494361763 /tests/run_tests.vxworks | |
parent | 7b6cafdad4866b6d08a829374e933cf3d4eb74a2 (diff) | |
download | ATCD-178e0150158bce90bf8dbfd6307e37b397a236b5.tar.gz |
added comment about loading shared lib
Diffstat (limited to 'tests/run_tests.vxworks')
-rw-r--r-- | tests/run_tests.vxworks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run_tests.vxworks b/tests/run_tests.vxworks index d60f77337e0..3f191d7ec97 100644 --- a/tests/run_tests.vxworks +++ b/tests/run_tests.vxworks @@ -2,6 +2,12 @@ # # ACE one-button test for VxWorks 5.2/3.x. # To use: -> < run_tests.vxworks > run_tests.log +# +# NOTE: if you build with a shared ACE library, be sure to load +# that first: +# -> ld < ../ace/libACE.so +# and unld it after running the tests. +# # The output logs can be checked from a Unix host: # % ./run_tests.check log/*.log # |