Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Adam Osuchowski
Kea
Commits
96e6cc2f
Commit
96e6cc2f
authored
Oct 06, 2015
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3986] Hook unit-tests moved to a separate file.
parent
7114a202
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1463 additions
and
1424 deletions
+1463
-1424
src/bin/dhcp4/tests/Makefile.am
src/bin/dhcp4/tests/Makefile.am
+1
-0
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
+0
-1424
src/bin/dhcp4/tests/hooks_unittest.cc
src/bin/dhcp4/tests/hooks_unittest.cc
+1462
-0
No files found.
src/bin/dhcp4/tests/Makefile.am
View file @
96e6cc2f
...
...
@@ -85,6 +85,7 @@ dhcp4_unittests_SOURCES += config_parser_unittest.cc
dhcp4_unittests_SOURCES
+=
fqdn_unittest.cc
dhcp4_unittests_SOURCES
+=
marker_file.cc
dhcp4_unittests_SOURCES
+=
dhcp4_client.cc dhcp4_client.h
dhcp4_unittests_SOURCES
+=
hooks_unittest.cc
dhcp4_unittests_SOURCES
+=
inform_unittest.cc
dhcp4_unittests_SOURCES
+=
dora_unittest.cc
dhcp4_unittests_SOURCES
+=
release_unittest.cc
...
...
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
View file @
96e6cc2f
This diff is collapsed.
Click to expand it.
src/bin/dhcp4/tests/hooks_unittest.cc
0 → 100644
View file @
96e6cc2f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment