[Libsysio-commit] HEAD: libsysio/tests Makefile.am module.mk cleanup.pl help.c helper.pm populator.p
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2005-02-04 00:19:03
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8923 Modified Files: Makefile.am module.mk Removed Files: cleanup.pl help.c helper.pm populator.pl setup.pl sysio_stubs.c sysio_tests.c test_all.pl test_copy.bash test_copy.pl test_driver.c test_driver.h test_getcwd.pl test_list.pl test_path.pl test_rw.pl test_stats.pl test_stdfd.pl test_strided.pl test_symlink.pl verifier.pl Log Message: Removed the perl/C tests. For the most part, they just replicated the C tests and were increasingly hard to port. Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/Makefile.am,v retrieving revision 1.23 retrieving revision 1.24 diff -u -w -b -B -p -r1.23 -r1.24 --- Makefile.am 3 Feb 2005 20:37:05 -0000 1.23 +++ Makefile.am 4 Feb 2005 00:18:52 -0000 1.24 @@ -1,6 +1,6 @@ noinst_PROGRAMS = test_copy test_stats test_path test_list \ test_getcwd test_link test_unlink test_rename \ - test_regions test_driver test_stddir + test_regions test_stddir CLEANFILES=drv_data.c @@ -34,13 +34,6 @@ DRIVERS=$(NATIVE_DRIVER_NAME) $(INCORE_D CMNSRC=startup.c drv_init_all.c drv_data.c BUILT_SOURCES=drv_data.c -check_PROGRAMS=test_driver -if TEST_ALPHA_ARG -TESTS_ENVIRONMENT=IS_ALPHA=yes -else -TESTS_ENVIRONMENT=IS_ALPHA=no -endif -TESTS=test_all.pl CFL=$(AM_CFLAGS) $(AM_CPPFLAGS) \ $(NATIVE_DRIVER_CFLAGS) $(INCORE_DRIVER_CFLAGS) \ @@ -84,10 +77,6 @@ test_regions_SOURCES=test_regions.c $(CM test_regions_CFLAGS=$(CFL) test_regions_DEPENDENCIES=$(LIBS) -test_driver_SOURCES=test_driver.c sysio_tests.c sysio_stubs.c help.c $(CMNSRC) -test_driver_CFLAGS=$(CFL) -test_driver_DEPENDENCIES=$(LIBS) - test_stddir_SOURCES=test_stddir.c $(CMNSRC) test_stddir_CFLAGS=$(CFL) test_stddir_DEPENDENCIES=$(LIBS) Index: module.mk =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/module.mk,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -b -B -p -r1.1 -r1.2 --- module.mk 16 Dec 2003 15:43:15 -0000 1.1 +++ module.mk 4 Feb 2005 00:18:52 -0000 1.2 @@ -1,2 +1,2 @@ -TESTS_EXTRA = $(shell ls tests/*.[ch] tests/*.sh tests/*.p[lm]) \ +TESTS_EXTRA = $(shell ls tests/*.[ch]) \ tests/Makefile.am tests/Makefile.in tests/module.mk --- cleanup.pl DELETED --- --- help.c DELETED --- --- helper.pm DELETED --- --- populator.pl DELETED --- --- setup.pl DELETED --- --- sysio_stubs.c DELETED --- --- sysio_tests.c DELETED --- --- test_all.pl DELETED --- --- test_copy.bash DELETED --- --- test_copy.pl DELETED --- --- test_driver.c DELETED --- --- test_driver.h DELETED --- --- test_getcwd.pl DELETED --- --- test_list.pl DELETED --- --- test_path.pl DELETED --- --- test_rw.pl DELETED --- --- test_stats.pl DELETED --- --- test_stdfd.pl DELETED --- --- test_strided.pl DELETED --- --- test_symlink.pl DELETED --- --- verifier.pl DELETED --- |