Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
8be2bf19
Commit
8be2bf19
authored
Mar 03, 2011
by
JINMEI Tatuya
Browse files
[trac606] added/updated some Makefile.am's so that the tests can be run via make.
parent
edfcbcac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
8be2bf19
SUBDIRS
=
doc src
SUBDIRS
=
doc src
tests
USE_LCOV
=
@USE_LCOV@
LCOV
=
@LCOV@
GENHTML
=
@GENHTML@
...
...
@@ -77,6 +77,11 @@ cppcheck:
--template
'{file}:{line}: check_fail: {message} ({severity},{id})'
\
src
# system tests
systest
:
cd
tests/system
;
\
sh runall.sh
#### include external sources in the distributed tarball:
EXTRA_DIST
=
ext/asio/README
EXTRA_DIST
+=
ext/asio/asio/local/stream_protocol.hpp
...
...
configure.ac
View file @
8be2bf19
...
...
@@ -689,6 +689,8 @@ AC_CONFIG_FILES([Makefile
src/lib/cache/tests/Makefile
src/lib/server_common/Makefile
src/lib/server_common/tests/Makefile
tests/Makefile
tests/system/Makefile
])
AC_OUTPUT([doc/version.ent
src/bin/cfgmgr/b10-cfgmgr.py
...
...
@@ -747,6 +749,8 @@ AC_OUTPUT([doc/version.ent
src/lib/cc/tests/session_unittests_config.h
src/lib/log/tests/run_time_init_test.sh
tests/system/conf.sh
tests/system/glue/setup.sh
tests/system/glue/nsx1/b10-config.db
], [
chmod +x src/bin/cmdctl/run_b10-cmdctl.sh
chmod +x src/bin/xfrin/run_b10-xfrin.sh
...
...
tests/Makefile.am
0 → 100644
View file @
8be2bf19
SUBDIRS
=
system
tests/system/Makefile.am
0 → 100644
View file @
8be2bf19
systest
:
sh runall.sh
distclean-local
:
sh cleanall.sh
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