git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5d478
)
Run the symbol check
author
Rémi Denis-Courmont
<rem@videolan.org>
Wed, 12 Dec 2007 17:46:15 +0000
(17:46 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Wed, 12 Dec 2007 17:46:15 +0000
(17:46 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
f48af43
..
6600ba4
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-370,7
+370,8
@@
misc/revision.c:
# Unit/regression test
###############################################################################
check_PROGRAMS = test_i18n_atof test_url test_utf8 test_control
-TESTS = $(check_PROGRAMS)
+dist_check_SCRIPTS = check_symbols
+TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc`