Changes between Version 11 and Version 12 of Projects/OpenLDAP


Ignore:
Timestamp:
06/21/12 20:42:20 (12 years ago)
Author:
C Rempel
Comment:

/* examples/openldap/BuildTests.sh */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v11 v12  
    8585=  examples/openldap/BuildTests.sh  =
    8686
    87 
    88 Currently openldap/BuilTests.sh builds the programs needed to run the tests, not the tests themselves...
     87To perform a very basic "smoke" test on the build I modified the BuildTest.sh and Makefile to build the programs needed to run the tests, not the tests themselves.  I learned I how to link convenience libraries, and how to use BuildTests.sh, Makefile.leaf and change leaf.cfg.
    8988
    9089Interestingly, I found it necessary to symbolically link the slapd-common header and source to each test, as well as the libutil library.