aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2019-09-17 21:53:05 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2019-09-17 21:53:05 +0000
commitbcdf18e4dd92f592617c35edbc9ffbb2817bd36c (patch)
treed408e019b135df92eb3f6860333865b9c9064b5c /README
parenteaa9d929aba1cc812418582c779731bcde2adf68 (diff)
downloadsg3_utils-bcdf18e4dd92f592617c35edbc9ffbb2817bd36c.tar.gz
sync with fixes from Redhat, via github; remove testing/Makefile.cplus and testing/Makefile.cplus_fb
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@832 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 1a68d8b3..b88dd447 100644
--- a/README
+++ b/README
@@ -305,15 +305,14 @@ a "compliant jitter tolerance pattern" (CJTPAT).
The 'testing' subdirectory contains source and a Makefiles to test
kernel pass-through and associated drivers, mainly for Linux. There is
both C code (with the extension ".c") and C++ code (with the extension
-".cpp"). There is a "Makefile" to build the C code and a "Makefile.cplus"
-to build the C++ code. Both depend on some object files from the "lib"
-subdirectory. So a sequence like this may be required prior to invoking
-one of the Makefiles in the directory: "cd <top_of_package> ;
+".cpp"). There is a "Makefile" to build the C + C++ code. The Makefile
+depends on some object files from the "lib" subdirectory. So a sequence
+like this may be required prior to invoking make: "cd <top_of_package> ;
./configure ; cd lib ; make ; cd ../testing".
Here is a list in alphabetical order of utilities found in the 'testing'
subdirectory:
- - bsg_queue_tst, sg_iovec_tst, sg_queue_tst, sg_sense_tst,
+ - bsg_queue_tst, sgh_dd (C++), sg_iovec_tst, sg_queue_tst, sg_sense_tst,
sg_tst_async (C++), sg_tst_context (C++), sg_tst_excl (C++),
sg_tst_excl2 (C++), sg_tst_excl3 (C++)
@@ -542,4 +541,4 @@ See http://sg.danny.cz/sg/tools.html
Douglas Gilbert
-9th September 2019
+17 September 2019