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
f0d977cd
Commit
f0d977cd
authored
Mar 08, 2017
by
Tomek Mrugalski
🛰
Browse files
[5137] Makefile is now ready for shell being disabled
parent
e444e00f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/shell/tests/Makefile.am
View file @
f0d977cd
PYTESTS
=
shell_unittest.py
PYTESTS
=
SHTESTS
=
EXTRA_DIST
=
SHTESTS
=
shell_process_tests.sh
if
KEA_SHELL
noinst_SCRIPTS
=
$(PYTESTS)
shell_process_tests.sh
EXTRA_DIST
=
testdata/plugins/testplugin.py
# Ok, shell is enabled. Let's run those tests.
PYTESTS
+=
shell_unittest.py
SHTESTS
+=
shell_process_tests.sh
noinst_SCRIPTS
=
$(PYTESTS)
$(SHTESTS)
# test using command-line arguments, so use check-local target instead of TESTS
check-local
:
check-shell check-python
...
...
@@ -23,6 +27,15 @@ check-shell:
${SHELL}
$(abs_builddir)
/
$$
shtest
||
exit
;
\
done
else
# Nope, shell is disabled. Let's keep the files in EXTRA_DIST, so they get
# included in make dist, but don't do anything special about them.
EXTRA_DIST
+=
shell_unittest.py shell_process_tests.sh
endif
CLEANDIRS
=
__pycache__
clean-local
:
...
...
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