IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 759


Ignore:
Timestamp:
May 24, 2004, 11:04:06 AM (22 years ago)
Author:
harman
Message:

Added initial test for psMatrix functions

Location:
trunk/psLib/test/dataManip
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/Makefile

    r730 r759  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-05-19 01:52:07 $
     5##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-05-24 21:04:06 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616PSLIB_LIB_DIR = ../../lib
    1717
    18 TARGET = tst_psStats00 \
     18TARGET = tst_psMatrix01 \
     19         tst_psStats00 \
    1920         tst_psStats01 \
    2021         tst_psStats02 \
     
    2425all: $(TARGET)
    2526
     27tst_psMatrix01:         tst_psMatrix01.o
    2628tst_psStats00:          tst_psStats00.o
    2729tst_psStats01:          tst_psStats01.o
     
    3840
    3941%   : %.o
    40         $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -o $@ $<
     42        $(CC) $(LDFLAGS) -L.. -L$(PSLIB_LIB_DIR) -lpslib -lpstest -lgsl -lgslcblas -o $@ $<
    4143
    4244%.lint: %.c
Note: See TracChangeset for help on using the changeset viewer.