[OSADL-svn-commits] r24 - fddi-20070618-1-trunk/tests
OSADL repository commits
osadl-svn-commits at lists.osadl.org
Tue Oct 2 11:42:52 CEST 2007
Author: robert
Date: Sat Jun 30 02:02:14 2007
New Revision: 24
Log:
distcheck almost works
Removed:
fddi-20070618-1-trunk/tests/test_fddi_examplebus1.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_attach_backend.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_cmd.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_cmd_identify.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_cmd_quiterr.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_cmd_reset.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_cmd_start.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_cmd_stop.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_readconfig.sh
fddi-20070618-1-trunk/tests/test_fddi_examplebus_setstate.sh
Modified:
fddi-20070618-1-trunk/tests/GNUmakefile.am
Modified: fddi-20070618-1-trunk/tests/GNUmakefile.am
==============================================================================
--- fddi-20070618-1-trunk/tests/GNUmakefile.am (original)
+++ fddi-20070618-1-trunk/tests/GNUmakefile.am Sat Jun 30 02:02:14 2007
@@ -1,14 +1,17 @@
TESTS = \
test_examplebus1 \
- test_fddi_examplebus1.sh \
- test_fddi_examplebus_attach_backend.sh \
- test_fddi_examplebus_readconfig.sh \
- test_fddi_examplebus_cmd_start.sh \
- test_fddi_examplebus_cmd_stop.sh \
- test_fddi_examplebus_cmd_quiterr.sh \
- test_fddi_examplebus_cmd_identify.sh \
- test_fddi_examplebus_cmd_reset.sh \
- test_fddi_examplebus_setstate.sh
+ test_fddi_examplebus1 \
+ test_fddi_examplebus_attach_backend \
+ test_fddi_examplebus_readconfig \
+ test_fddi_examplebus_cmd_start \
+ test_fddi_examplebus_cmd_stop \
+ test_fddi_examplebus_cmd_quiterr \
+ test_fddi_examplebus_cmd_identify \
+ test_fddi_examplebus_cmd_reset \
+ test_fddi_examplebus_setstate
+
+TESTS_ENVIRONMENT = \
+ LD_LIBRARY_PATH=$(top_builddir)/tests/.libs
noinst_PROGRAMS = \
test_examplebus1 \
@@ -113,17 +116,7 @@
# -no-undefined # win32_dll stuff only
EXTRA_DIST = \
- examplebus.h \
- test_fddi_examplebus1.sh \
- test_fddi_examplebus_attach_backend.sh \
- test_fddi_examplebus_cmd.sh \
- test_fddi_examplebus_cmd_identify.sh \
- test_fddi_examplebus_cmd_quiterr.sh \
- test_fddi_examplebus_cmd_reset.sh \
- test_fddi_examplebus_cmd_start.sh \
- test_fddi_examplebus_cmd_stop.sh \
- test_fddi_examplebus_readconfig.sh \
- test_fddi_examplebus_setstate.sh
+ examplebus.h
MAINTAINERCLEANFILES = \
GNUmakefile.in
More information about the OSADL-svn-commits
mailing list