From: Gareth S B. <bes...@us...> - 2005-06-06 17:52:52
|
Update of /cvsroot/sblim/cmpi-tests/cmpi-processindicationtest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12008 Modified Files: README Log Message: corrected build commands Index: README =================================================================== RCS file: /cvsroot/sblim/cmpi-tests/cmpi-processindicationtest/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- README 26 May 2005 19:17:25 -0000 1.1.1.1 +++ README 6 Jun 2005 17:52:39 -0000 1.2 @@ -59,12 +59,13 @@ This SBLIM provider package follows the standard build procedure for building SBLIM packages. To perform a local build and install of this SBLIM provider package do the following: + _PACKAGE=cmpi-tests/cmpi-processindicationtest cvs -z3 -d:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/sblim -q \ - co -P sblim-cmpi-processindicationtest - cd cmpi-processindicationtest + co -P $_PACKAGE + cd $_PACKAGE ./autoconfiscate.sh ./configure - ./make + make The generated configure script tries to determine where the CMPI header files are located. For this purpose it searches a set of well-known locations. @@ -99,3 +100,11 @@ su -c 'make install && make postinstall' +----------------------------------------------------------------------------- +Testing SBLIM Provider +----------------------------------------------------------------------------- +This provider contains automated tests located in the ./test/ subdirectory. +After building and installing this provider you can run the tests by: + + su -c 'make runtest' + |