mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-14 14:08:11 +02:00
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* check/common: Run all tests in the C locale
This commit is contained in:
parent
4070cc2339
commit
34657e444f
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2009-03-30 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* check/common: Run all tests in the C locale
|
||||
|
||||
* check/common: Add support for non-zero return codes to test
|
||||
framework. Thanks to Loïc Minier for the idea.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ pkgconfig=../pkg-config
|
|||
|
||||
PKG_CONFIG_PATH=$srcdir
|
||||
export PKG_CONFIG_PATH
|
||||
export LC_ALL=C
|
||||
|
||||
run_test () {
|
||||
${pkgconfig} $ARGS >/dev/null 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue