Update of /cvsroot/libsysio/libsysio/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17927
Modified Files:
module.mk
Log Message:
Modifed to enumerate the extras directly instead of with an ls on
any ...[ch] files found.
Index: module.mk
===================================================================
RCS file: /cvsroot/libsysio/libsysio/tests/module.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -b -B -p -r1.2 -r1.3
--- module.mk 4 Feb 2005 00:18:52 -0000 1.2
+++ module.mk 17 Jun 2008 17:26:53 -0000 1.3
@@ -1,2 +1,22 @@
-TESTS_EXTRA = $(shell ls tests/*.[ch]) \
+TESTS_EXTRA = \
+ tests/test.h \
+ tests/drv_init_all.c \
+ tests/startup.c \
+ tests/sysio-run-start.c \
+ tests/test_chown.c \
+ tests/test_copy.c \
+ tests/test_fcntl_lock.c \
+ tests/test_getcwd.c \
+ tests/test_link.c \
+ tests/test_list.c \
+ tests/test_mkdir.c \
+ tests/test_mknod.c \
+ tests/test_path.c \
+ tests/test_regions.c \
+ tests/test_rename.c \
+ tests/test_stats.c \
+ tests/test_statvfs.c \
+ tests/test_stddir.c \
+ tests/test_symlink.c \
+ tests/test_unlink.c \
tests/Makefile.am tests/Makefile.in tests/module.mk
|