Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
bcg729
Commits
5033673e
Commit
5033673e
authored
Feb 20, 2012
by
jehan
Browse files
add --disable test option
parent
41cbf52f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
5033673e
...
...
@@ -4,8 +4,9 @@ if BUILD_MSBCG729
SUBDIRS
+=
msbcg729
endif
if
RUN_TESTS
SUBDIRS
+=
test
endif
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libbcg729.pc
...
...
configure.ac
View file @
5033673e
...
...
@@ -18,6 +18,10 @@ AC_ARG_ENABLE(strict,
[wall_werror=$enableval],
[wall_werror=yes]
)
# configure option to disable the tests
AC_ARG_ENABLE([tests],
AS_HELP_STRING([--disable-tests], [Disable the tests]))
AM_CONDITIONAL([RUN_TESTS], [test "x$enable_tests" != "xno"])
CFLAGS="$CFLAGS -Wall"
...
...
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