[Libsysio-commit] HEAD: libsysio/tests Makefile.am
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-04-30 23:24:16
|
Update of /cvsroot/libsysio/libsysio/tests In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2987/tests Modified Files: Makefile.am Log Message: Restore support of statvfs{,64}. Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/tests/Makefile.am,v retrieving revision 1.28 retrieving revision 1.29 diff -u -w -b -B -p -r1.28 -r1.29 --- Makefile.am 14 Mar 2007 21:03:12 -0000 1.28 +++ Makefile.am 30 Apr 2007 23:24:13 -0000 1.29 @@ -1,7 +1,7 @@ noinst_PROGRAMS = test_copy test_stats test_path test_list \ test_getcwd test_link test_unlink test_symlink test_rename \ test_regions test_stddir test_fcntl_lock test_mknod test_mkdir \ - test_chown + test_chown test_statvfs CLEANFILES=drv_data.c @@ -102,6 +102,10 @@ test_chown_SOURCES=test_chown.c $(CMNSRC test_chown_CFLAGS=$(CFL) test_chown_DEPENDENCIES=$(LIBS) +test_statvfs_SOURCES=test_statvfs.c $(CMNSRC) +test_statvfs_CFLAGS=$(CFL) +test_statvfs_DEPENDENCIES=$(LIBS) + drv_data.c: $(CONFIG_DEPENDENCIES) $(top_srcdir)/tests/gendrvdata.sh test -z "drv_data.c" && rm -f drv_data.c; \ $(SHELL) $(top_srcdir)/tests/gendrvdata.sh $(DRIVERS) > drv_data.c |