[Libsysio-commit] HEAD: libsysio/tests Makefile.am README
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2008-10-15 22:01:18
|
Update of /cvsroot/libsysio/libsysio/tests In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25646/tests Modified Files: Makefile.am README Log Message: Removing obsolete code related to cplant yod, lustre hack, and sockets driver. Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/Makefile.am,v retrieving revision 1.30 retrieving revision 1.31 diff -u -w -b -B -p -r1.30 -r1.31 --- Makefile.am 2 Jul 2007 18:58:18 -0000 1.30 +++ Makefile.am 15 Oct 2008 22:01:01 -0000 1.31 @@ -27,16 +27,7 @@ INCORE_DRIVER_NAME= INCORE_DRIVER_CFLAGS= endif -if WITH_CPLANT_YOD -YOD_DRIVER_NAME=yod -YOD_DRIVER_CFLAGS= -DCPLANT_YOD -else -YOD_DRIVER_NAME= -YOD_DRIVER_CFLAGS= -endif - -DRIVERS=$(NATIVE_DRIVER_NAME) $(INCORE_DRIVER_NAME) $(YOD_DRIVER_NAME) \ - $(STFD_DEV_NAME) +DRIVERS=$(NATIVE_DRIVER_NAME) $(INCORE_DRIVER_NAME) $(STFD_DEV_NAME) CMNSRC=startup.c drv_init_all.c drv_data.c @@ -44,7 +35,7 @@ BUILT_SOURCES=drv_data.c CFL=$(AM_CFLAGS) $(AM_CPPFLAGS) \ $(NATIVE_DRIVER_CFLAGS) $(INCORE_DRIVER_CFLAGS) \ - $(STDFD_DEV_CFLAGS) $(YOD_DRIVER_CFLAGS) + $(STDFD_DEV_CFLAGS) LIBS=$(LIBBUILD_DIR)/libsysio.a Index: README =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -b -B -p -r1.3 -r1.4 --- README 18 Aug 2003 15:52:20 -0000 1.3 +++ README 15 Oct 2008 22:01:01 -0000 1.4 @@ -17,8 +17,7 @@ are ran with the test_all.pl script. He of the scripts. All scripts take an optional "-alpha" arg for running the scripts in an alpha/cplant environment. The alpha arg makes certain assumptions about the running of the -environment; for example, it does not initilization and it -starts off the test driver with yod. +environment; for example, it does not do initilization. test_copy.pl <src> <dest> : This copies a file from src to dest. : It runs a system cmp to verify that |