summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/tests/test_data_files_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/dhcp4/tests/test_data_files_config.h.in')
-rw-r--r--src/bin/dhcp4/tests/test_data_files_config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bin/dhcp4/tests/test_data_files_config.h.in b/src/bin/dhcp4/tests/test_data_files_config.h.in
new file mode 100644
index 0000000..dfa1e64
--- /dev/null
+++ b/src/bin/dhcp4/tests/test_data_files_config.h.in
@@ -0,0 +1,9 @@
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+/// @brief Path to dhcp4 source dir so tests against the dhcp4.spec file
+/// can find it reliably.
+#define DHCP4_SRC_DIR "@abs_top_srcdir@/src/bin/dhcp4"