IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2006, 2:18:12 PM (20 years ago)
Author:
Paul Price
Message:

Adding --enable-tests to configure script, to allow choice as to when the tests are built. Removed xml from build.

Location:
trunk/psLib/test/mathtypes
Files:
2 edited

Legend:

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

    r8731 r8841  
    1010        $(PSLIB_LIBS)
    1111
    12 check_PROGRAMS = \
     12TEST_PROGS = \
    1313        tap_psVector
     14
     15if BUILD_TESTS
     16bin_PROGRAMS = $(TEST_PROGS)
     17else
     18check_PROGRAMS = $(TEST_PROGS)
     19endif
     20TESTS = $(TEST_PROGS)
    1421
    1522CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
  • trunk/psLib/test/mathtypes/tap_psVector.c

    r8791 r8841  
    11#include <stdio.h>
     2#include <string.h>
    23#include <pslib.h>
    34
Note: See TracChangeset for help on using the changeset viewer.