IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1050


Ignore:
Timestamp:
Jun 15, 2004, 11:46:21 AM (22 years ago)
Author:
desonia
Message:

moved the test binaries to psLib/testbin so that FullUnitTest sets the
LD_LIBRARY_PATH correctly.

Location:
branches/rel1/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/rel1/psLib/src/Makefile

    r985 r1050  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-10 20:26:10 $
     5##  $Revision: 1.12.2.1 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-15 21:46:21 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    140140# the installation
    141141
    142 install: installdirs $(INSTALLTARGETS)
     142install: all installdirs $(INSTALLTARGETS)
    143143        install *.h $(includedir)
    144144        install $(TARGET_STATIC) $(libexecdir)
  • branches/rel1/psLib/src/Makefile.Globals

    r1043 r1050  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.10.2.1 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-06-15 03:09:15 $
     7##  $Revision: 1.10.2.2 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-06-15 21:46:21 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2929
    3030ifndef testbindir
    31     export testbindir = $(prefix)/bin/test
     31    export testbindir = $(prefix)/testbin
    3232endif
    3333
  • branches/rel1/psLib/src/mainpage.dox

    r1047 r1050  
    88Pan-STARRS project to simplify programming tasks. Among the benefits are:
    99<ul>
    10 <li>reuse of code</li>
    11 <li>simplification of testing</li>
    12 <li>streamlining of code, and</li>
    13 <li>isolation of functionality that may be subject to change.</li>
     10<li>Reuse of code</li>
     11<li>Simplification of testing</li>
     12<li>Streamlining of code</li>
     13<li>Isolation of functionality that may be subject to change</li>
    1414</ul>     
    1515
     
    111111following steps:
    112112<pre>
    113 $ cd psLib/bin/test
     113$ cd psLib/bin
    114114$ ./FullUnitTest
    115115</pre>
Note: See TracChangeset for help on using the changeset viewer.