#!/bin/sh
#
export LOCALE_FR="none"; export LOCALE_FR_UTF8=fr_FR.UTF-8
export LANG=fr_FR.UTF-8; export LC_ALL=fr_FR.UTF-8
#This script is used to run gettext test suites
cd tests

make -k runtest-TESTS top_srcdir=.. srcdir=. abs_srcdir=$PWD top_builddir=$PWD/../ abs_top_srcdir=$PWD/../ | cat
