BIND 10 trac3151, updated. aa37f6861c45ad16577f327441f1dc2b546e258f [3151] Removed dhcpsrv/test_libraries.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Sep 27 11:44:27 UTC 2013
The branch, trac3151 has been updated
via aa37f6861c45ad16577f327441f1dc2b546e258f (commit)
from 4a4a6098ba06773512cb4e20033b58c8353c8201 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit aa37f6861c45ad16577f327441f1dc2b546e258f
Author: Thomas Markwalder <tmark at isc.org>
Date: Fri Sep 27 07:43:33 2013 -0400
[3151] Removed dhcpsrv/test_libraries.h
This is a generated file that should not have been in the repo.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/tests/test_libraries.h | 51 --------------------------------
1 file changed, 51 deletions(-)
delete mode 100644 src/lib/dhcpsrv/tests/test_libraries.h
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/tests/test_libraries.h b/src/lib/dhcpsrv/tests/test_libraries.h
deleted file mode 100644
index 00ce3f8..0000000
--- a/src/lib/dhcpsrv/tests/test_libraries.h
+++ /dev/null
@@ -1,51 +0,0 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
-//
-// Permission to use, copy, modify, and/or distribute this software for any
-// purpose with or without fee is hereby granted, provided that the above
-// copyright notice and this permission notice appear in all copies.
-//
-// THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-// AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-// LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-// PERFORMANCE OF THIS SOFTWARE.
-
-#ifndef TEST_LIBRARIES_H
-#define TEST_LIBRARIES_H
-
-#include <config.h>
-
-namespace {
-
-
-// Take care of differences in DLL naming between operating systems.
-
-#ifdef OS_OSX
-#define DLL_SUFFIX ".dylib"
-
-#else
-#define DLL_SUFFIX ".so"
-
-#endif
-
-
-// Names of the libraries used in these tests. These libraries are built using
-// libtool, so we need to look in the hidden ".libs" directory to locate the
-// shared library.
-
-// Library with load/unload functions creating marker files to check their
-// operation.
-static const char* CALLOUT_LIBRARY_1 = "/Users/tmark/build/trac3151/bind10/src/lib/dhcpsrv/tests/.libs/libco1"
- DLL_SUFFIX;
-static const char* CALLOUT_LIBRARY_2 = "/Users/tmark/build/trac3151/bind10/src/lib/dhcpsrv/tests/.libs/libco2"
- DLL_SUFFIX;
-
-// Name of a library which is not present.
-static const char* NOT_PRESENT_LIBRARY = "/Users/tmark/build/trac3151/bind10/src/lib/dhcpsrv/tests/.libs/libnothere"
- DLL_SUFFIX;
-} // anonymous namespace
-
-
-#endif // TEST_LIBRARIES_H
More information about the bind10-changes
mailing list