[Libsysio-commit] libsysio_tests: libsysio/tests Makefile.am
Brought to you by:
lward
From: Sonja T. <so...@us...> - 2003-05-30 18:26:54
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs1:/tmp/cvs-serv16479/tests Modified Files: Tag: libsysio_tests Makefile.am Log Message: added new tests Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/Makefile.am,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -w -b -B -p -r1.9 -r1.9.2.1 --- Makefile.am 10 May 2003 14:43:58 -0000 1.9 +++ Makefile.am 30 May 2003 18:12:02 -0000 1.9.2.1 @@ -1,5 +1,5 @@ noinst_PROGRAMS = test_copy test_stats test_path test_mounts test_list \ - test_getcwd test_stdfd + test_getcwd test_stdfd test_driver CLEANFILES=drv_data.c @@ -82,7 +82,12 @@ test_stdfd_CFLAGS=$(CFL) test_stdfd_LDADD=$(LIBS) test_stdfd_DEPENDENCIES=$(LIBS) -EXTRA_DIST=gendrvdata.sh test.h +test_driver_SOURCES=test_driver.c sysio_tests.c sysio_stubs.c help.c $(CMNSRC) +test_driver_CFLAGS=$(CFL) +test_driver_LDADD=$(LIBS) +test_driver_DEPENDENCIES=$(LIBS) + +EXTRA_DIST=gendrvdata.sh test.h test_driver.h drv_data.c: $(CONFIG_DEPENDENCIES) $(top_srcdir)/tests/gendrvdata.sh test -z "drv_data.c" && rm -f drv_data.c; \ |