Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
7c1277b0
Commit
7c1277b0
authored
May 25, 2012
by
Mukund Sivaraman
Browse files
[1704] Use B10_FROM_BUILD instead of B10_FROM_SOURCE (contd.)
parent
994827bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/tests/run_unittests.cc
View file @
7c1277b0
...
...
@@ -20,6 +20,6 @@ int
main
(
int
argc
,
char
*
argv
[])
{
::
testing
::
InitGoogleTest
(
&
argc
,
argv
);
setenv
(
"B10_FROM_
SOURCE
"
,
TEST_DATA_TOPBUILDDIR
,
1
);
setenv
(
"B10_FROM_
BUILD
"
,
TEST_DATA_TOPBUILDDIR
,
1
);
return
(
isc
::
util
::
unittests
::
run_all
());
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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