IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1021


Ignore:
Timestamp:
Jun 14, 2004, 9:38:06 AM (22 years ago)
Author:
desonia
Message:

pulled out the making of the test executables to a separate target, i.e.,
installtests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/Makefile

    r1007 r1021  
    33##  Makefile:   test
    44##
    5 ##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-11 20:36:04 $
     5##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-14 19:38:06 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5151# Define PHONY target "install" which will install necessary files
    5252
    53 install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir) $(testbindir)
     53install: $(TARGET_STATIC) $(TARGET_DYNAMIC) $(includedir) $(libexecdir)
    5454        install *.h $(includedir)
    5555        install $(TARGET_STATIC) $(libexecdir)
    5656        install $(TARGET_DYNAMIC) $(libexecdir)
     57
     58installtests: install $(testbindir)
    5759        install FullUnitTest runTest $(testbindir)
    5860        $(MAKE) --directory=collections install
Note: See TracChangeset for help on using the changeset viewer.