Changeset 12477 for trunk/psLib
- Timestamp:
- Mar 16, 2007, 5:14:02 PM (19 years ago)
- Location:
- trunk/psLib/test/types
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
tap_psMetadataConfig_input.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/Makefile.am
r12476 r12477 10 10 $(PSLIB_LIBS) 11 11 AM_CFLAGS = -DXML_CONFIG_FILE="\"$(top_srcdir)/etc/pslib/psTime.xml\"" 12 13 TESTS_ENVIRONMENT="TEST_PWD=foo/$(srcdir)"14 12 15 13 TEST_PROGS = \ -
trunk/psLib/test/types/tap_psMetadataConfig_input.c
r12476 r12477 20 20 #include "pstap.h" 21 21 22 int main( int argc, char* argv[])22 int main(void) 23 23 { 24 24 plan_tests(30 + 1); 25 26 // chdir to the dir the test files are in27 // char *path = getenv("TEST_PWD");28 printf("path=%s\n", argv[0]);29 #if 030 if (path) {31 if (!chdir(path)) {32 done();33 }34 }35 #endif36 25 37 26 psLogSetFormat("HLNM");
Note:
See TracChangeset
for help on using the changeset viewer.
