summaryrefslogtreecommitdiffstats
path: root/c++/examples/testexamples.sh
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3100] Purpose:Bill Wendling2000-12-081-3/+3
| | | | | | | | | | | Fix Description: When not building in the same directory, we needed to tell the checker wherre to look for files. Solution: Put $(srcdir) before things which needed it. Platforms tested: Linux
* [svn-r3097] Purpose:Bill Wendling2000-12-081-0/+55
Add Description: Adding a small amount of testing to the C++ library until "real" testing can be created. (We use the examples). Platforms tested: Linux