IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12477 for trunk/psLib


Ignore:
Timestamp:
Mar 16, 2007, 5:14:02 PM (19 years ago)
Author:
jhoblitt
Message:

rollback

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

Legend:

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

    r12476 r12477  
    1010        $(PSLIB_LIBS)
    1111AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\""
    12 
    13 TESTS_ENVIRONMENT="TEST_PWD=foo/$(srcdir)"
    1412
    1513TEST_PROGS = \
  • trunk/psLib/test/types/tap_psMetadataConfig_input.c

    r12476 r12477  
    2020#include "pstap.h"
    2121
    22 int main(int argc, char* argv[])
     22int main(void)
    2323{
    2424    plan_tests(30 + 1);
    25 
    26     // chdir to the dir the test files are in
    27 //    char *path = getenv("TEST_PWD");
    28     printf("path=%s\n", argv[0]);
    29 #if 0
    30     if (path) {
    31         if (!chdir(path)) {
    32             done();
    33         }
    34     }
    35 #endif
    3625
    3726    psLogSetFormat("HLNM");
Note: See TracChangeset for help on using the changeset viewer.