aboutsummaryrefslogtreecommitdiff
path: root/devel/cppadvio/pkg-message
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 11:05:42 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-19 11:05:42 +0000
commitf67a73af560dab13aec1ffc74c2b905ffe1ddb07 (patch)
tree94b46ee49fa0b508c2a95a1d558811d2a945405d /devel/cppadvio/pkg-message
parent71fb67d74074bc0709c31ccaba2329b6c8175fec (diff)
Notes
Diffstat (limited to 'devel/cppadvio/pkg-message')
-rw-r--r--devel/cppadvio/pkg-message10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/cppadvio/pkg-message b/devel/cppadvio/pkg-message
new file mode 100644
index 000000000000..86b8f7d9c768
--- /dev/null
+++ b/devel/cppadvio/pkg-message
@@ -0,0 +1,10 @@
+Don't forget to compile and run verification/validation code: gmake check-all
+or specifically, sub-targets
+ vmyenv vendian_io vendian_io_ext vhistogram varithm
+ vTCPstream vTCPstream_server vvoc
+
+See comments in the work/cppadvio/Makefile for details, as well as
+c++serv.dr. The verification code checks to see that all the
+functions in this package have compiled and run well. The validation
+code can also serve as an illustration of how package's classes and
+functions may be employed.