[svn] commit: r3187 - in /branches/vorner-sockcreator: ./ src/lib/util/ src/lib/util/io/tests/
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 12 12:05:51 UTC 2010
Author: vorner
Date: Tue Oct 12 12:05:51 2010
New Revision: 3187
Log:
Tests for isc::util::io
Added:
branches/vorner-sockcreator/src/lib/util/io/tests/
branches/vorner-sockcreator/src/lib/util/io/tests/Makefile.am
branches/vorner-sockcreator/src/lib/util/io/tests/fd_share_tests.cc
branches/vorner-sockcreator/src/lib/util/io/tests/fd_tests.cc
branches/vorner-sockcreator/src/lib/util/io/tests/run_unittests.cc
Modified:
branches/vorner-sockcreator/configure.ac
branches/vorner-sockcreator/src/lib/util/Makefile.am
Modified: branches/vorner-sockcreator/configure.ac
==============================================================================
--- branches/vorner-sockcreator/configure.ac (original)
+++ branches/vorner-sockcreator/configure.ac Tue Oct 12 12:05:51 2010
@@ -510,6 +510,7 @@
src/lib/xfr/Makefile
src/lib/util/Makefile
src/lib/util/io/Makefile
+ src/lib/util/io/tests/Makefile
src/lib/util/unittests/Makefile
])
AC_OUTPUT([src/bin/cfgmgr/b10-cfgmgr.py
Modified: branches/vorner-sockcreator/src/lib/util/Makefile.am
==============================================================================
--- branches/vorner-sockcreator/src/lib/util/Makefile.am (original)
+++ branches/vorner-sockcreator/src/lib/util/Makefile.am Tue Oct 12 12:05:51 2010
@@ -1,1 +1,3 @@
-SUBDIRS = io unittests
+SUBDIRS = io unittests io/tests
+# The io/tests is hack, because otherwise we can not order these directories
+# properly. Unittests use io and io/tests use unittest.
More information about the bind10-changes
mailing list