readme
来自「SLP协议在linux下的实现。此版本为1.2.1版。官方网站为www.open」· 代码 · 共 49 行
TXT
49 行
===============================================================================David McCormack & Evan Hughes Thu Jul 6 09:33:28 EDT 2000slp_project@nexus.carleton.ca===============================================================================Setup Perform these steps to setup the program for testing. 0. Ensure OpenSLP source tree is installed 1. `tar xvfz test-suite.tar.gz' into the openslp directory. 2. Perform a root make of Openslp to ensure all libraries are created 3. Ensure that libslp.so.0.*.* is sym linked to libslp.so in the libslp directory.Executing Tests Go into the root directory and type the following commands: make clean make make test All tests are passed if the Makefile exits normally.Functionality Tested The following functionality has been tested (as of the date in the square brackets): [20000525] - SLPDereg() [20000525] - SLPFindSrvs() [20000525] - SLPParseSrvURL() [20000525] - SLPFindAttrs() [20000525] - SLPOpen() [20000525] - SLPReg() [20000605] - SLPEscape() [20000605] - SLPUnescape() The following SLP function as defined in RFC 2614 were not tested: - SLPDelAttrs() - SLPFindSrvTypes() - SLPFree() - SLPGetRefreshInterval() - SLPFindScopes() - SLPGetProperty() - SLPSetProperty()Assorted Information Please contact us (slp_project@nexus.carleton.ca) if there are any issues with this test suite. The running of this test suite does not ensure that all of the functionality is working correctly, it mearly ensures that the tested modules return the valid results given their input.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?