summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar aeb 2001-02-28 01:21:15 +0000
committerGravatar aeb 2001-02-28 01:21:15 +0000
commitd64c821b1497d3368f24065b91c87ba7dc0955fd (patch)
treee7348b2c974366360b3da801ed24db588a494472
parentLet received iso header be big endian, to be consistent. (diff)
testlibraw gets installed now.
Added man page for testlibraw. git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@55 53a565d1-3bb7-0310-b661-cf11e63c67ab
-rw-r--r--Makefile.am2
-rw-r--r--configure.in8
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/testlibraw.1.in30
-rw-r--r--src/Makefile.am2
5 files changed, 42 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 5007b71..eccc3eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# process this file with automake to create a Makefile.in
-SUBDIRS = src debian
+SUBDIRS = src doc debian
# make required device file
diff --git a/configure.in b/configure.in
index 813ad2a..254a8f1 100644
--- a/configure.in
+++ b/configure.in
@@ -23,4 +23,10 @@ AC_SUBST(lt_age)
CFLAGS="$CFLAGS -Wall -Wunused"
-AC_OUTPUT([ Makefile src/Makefile debian/Makefile ])
+AC_OUTPUT([
+Makefile
+src/Makefile
+doc/Makefile
+doc/testlibraw.1
+debian/Makefile
+])
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..f639a2c
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,3 @@
+# man files for testlibraw
+man_MANS = testlibraw.1
+EXTRA_DIST = testlibraw.1.in
diff --git a/doc/testlibraw.1.in b/doc/testlibraw.1.in
new file mode 100644
index 0000000..69dde13
--- /dev/null
+++ b/doc/testlibraw.1.in
@@ -0,0 +1,30 @@
+.TH testlibraw 1 "libraw1394 @VERSION@" "" "Linux IEEE 1394"
+.SH NAME
+testlibraw \- run basic functionality tests on libraw1394
+.SH SYNOPSIS
+.B testlibraw
+.SH DESCRIPTION
+testlibraw attaches to the Linux IEEE 1394 subsystem through libraw1394 and
+tries to read data from all connected nodes. It therefore acts as a check that:
+.IP *
+libraw1394 is installed correctly
+.IP *
+the IEEE 1394 subsystem is loaded in the kernel and of a supported version
+.IP *
+libraw1394 and kernel side raw1394 can communicate
+.IP *
+connected nodes can be reached and do respond.
+.PP
+The read transactions are of a form that all powered up nodes conforming to the
+IEEE 1394 standard have to be able to respond to.
+.PP
+The source of this program also acts as a demonstration of libraw1394
+programming, including initialization, transactions and the event loop.
+.SH EXAMPLE RUN
+FIXME: insert example here
+.SH BUGS
+None known.
+.SH SEE ALSO
+http://linux1394.sourceforge.net/
+.SH AUTHOR
+Andreas Bombe <aeb@debian.org>
diff --git a/src/Makefile.am b/src/Makefile.am
index 6f16238..9e1fe70 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,5 +20,5 @@ libraw1394_la_SOURCES = \
pkginclude_HEADERS = raw1394.h csr.h ieee1394.h
# testlibraw
-noinst_PROGRAMS = testlibraw
+bin_PROGRAMS = testlibraw
testlibraw_LDADD = libraw1394.la
> 2021-07-26new exampleGravatar John Cowan 1-1/+4 2021-07-26updatesGravatar John Cowan 1-2/+4 2021-07-26dtd always first argumentGravatar John Cowan 1-9/+9 2021-07-26DTO to DTDGravatar John Cowan 1-55/+52 2021-07-26typoGravatar John Cowan 1-1/+1 2021-07-26switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-26errorsGravatar John Cowan 1-1/+4 2021-07-26more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-26update preview linkGravatar John Cowan 1-1/+1 2021-07-26MN-W reviewGravatar John Cowan 1-6/+6 2021-07-26paired mutatorsGravatar John Cowan 1-43/+68 2021-07-25exceptionsGravatar John Cowan 1-1/+15 2021-07-25new exampleGravatar John Cowan 1-1/+4 2021-07-25updatesGravatar John Cowan 1-2/+4 2021-07-24dtd always first argumentGravatar John Cowan 1-9/+9 2021-07-23DTO to DTDGravatar John Cowan 1-55/+52 2021-07-22typoGravatar John Cowan 1-1/+1 2021-07-22switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-22errorsGravatar John Cowan 1-1/+4 2021-07-22more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-20update preview linkGravatar John Cowan 1-1/+1 2021-07-20MN-W reviewGravatar John Cowan 1-6/+6 2021-07-18Fix typo.Gravatar Arthur A. Gleckler 2-4/+4 2021-07-18Add <p> around abstract.Gravatar Arthur A. Gleckler 1-2/+2 2021-07-18Publish first draft.draft-1Gravatar Arthur A. Gleckler 3-0/+114 2021-07-18Ignore trailing whitespace.Gravatar Arthur A. Gleckler 11-129/+129 2021-07-18Ignore "Dictionaries.log".Gravatar Arthur A. Gleckler 1-1/+2 2021-07-18Fix errors reported by W3C HTML Validator.Gravatar Arthur A. Gleckler 1-27/+27 2021-07-18Eliminate unnecessary redirect by using TLS/SSL.Gravatar Arthur A. Gleckler 1-1/+1