#340 closed enhancement (fixed)
'make test' target is not configured
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | sys | Version: | 0.5.0 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
The toplevel makefile for psLib should have a working 'test' target. Eg.
./configure && make && make test
Should build the library and execute the 'FullUnitTest' script.
Note:
See TracTickets
for help on using tickets.

try 'make check' instead (the autoconf standard target name). The documentation
of the next release will have that in it.
-rdd