IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8811


Ignore:
Timestamp:
Sep 14, 2006, 12:12:31 PM (20 years ago)
Author:
Paul Price
Message:

The build from CVS wasn't working because test programs in test/types/
were listed in the Makefile.am under "bin_PROGRAMS" instead of
"check_PROGRAMS". There should be no "bin_PROGRAMS" in any
Makefile.am in the test directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/types/Makefile.am

    r8806 r8811  
    6161
    6262
    63 bin_PROGRAMS = \
    64         tap_psMetadataIterator \
    65         tap_psListIterator \
    66         tap_psMetadataConfigRead \
    67         tap_psMetadataConfigParse_time \
    68         tap_psMetadataItemCompare \
    69         tap_psMetadataItemParse \
    70         tap_psMetadata_printing \
    71         tap_psMetadata_copying \
    72         tap_psMetadata_creating \
    73         tap_psMetadata_manip   \
    74         tap_psMetadata_polynomials \
    75         tap_psArray_all \
    76         tap_psArguments_all
    77 
    7863%.dat: verified/%.dat
    7964        cp $? $@
Note: See TracChangeset for help on using the changeset viewer.