mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Fix "make extracheck" failure (regression 2016-11-27).
* tests/validate (KR-C): Remove the test against ' const ', since the input files jstest*.gperf now contain 'const' keywords.
This commit is contained in:
@@ -24,7 +24,6 @@ for lang in `echo $languages | sed -e 's/,/ /g'`; do
|
||||
KR-C )
|
||||
echo "${GPERF} -I -L KR-C $@ > valitest.c"
|
||||
${GPERF} -I -L KR-C "$@" > valitest.c
|
||||
grep -n ' const ' valitest.c /dev/null && exit 1
|
||||
if test $use_traditional = true; then
|
||||
verbose ${CC} ${CFLAGS} ${CPPFLAGS} -traditional valitest.c -o valitest
|
||||
./valitest
|
||||
|
||||
Reference in New Issue
Block a user