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
Sebastian Schrader
Kea
Commits
bdf3bae8
Commit
bdf3bae8
authored
Mar 12, 2017
by
Francis Dupont
Browse files
[master] Moved hook library to if HAVE_GTEST
parent
a6d16a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/agent/tests/Makefile.am
View file @
bdf3bae8
...
...
@@ -8,8 +8,6 @@ noinst_SCRIPTS = ca_process_tests.sh
EXTRA_DIST
=
ca_process_tests.sh.in
EXTRA_DIST
+=
testdata/get_config.json
noinst_LTLIBRARIES
=
libbasic.la
# test using command-line arguments, so use check-local target instead of TESTS
check-local
:
for
shtest
in
$(SHTESTS)
;
do
\
...
...
@@ -43,6 +41,8 @@ TESTS_ENVIRONMENT = \
TESTS
=
if
HAVE_GTEST
noinst_LTLIBRARIES
=
libbasic.la
TESTS
+=
ca_unittests
ca_unittests_SOURCES
=
ca_cfg_mgr_unittests.cc
...
...
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