From: Peter Verthez Date: Sat, 24 Nov 2001 22:29:31 +0000 (+0000) Subject: Set GCONV_PATH for make test (to pick up ANSEL encoding module). X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=4012b465c1da160fb69850f1314bc7b18386c7ec;p=gedcom-parse.git Set GCONV_PATH for make test (to pick up ANSEL encoding module). --- diff --git a/Makefile b/Makefile index 125b82e..b7585f3 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,8 @@ lex.gedcom_lohi_.test.o: lex.gedcom_lohi_.c # Test of parser test: gedcom_parse - @for file in t/*.ged; do \ + @export GCONV_PATH=./ansel; \ + for file in t/*.ged; do \ echo "=== testing $$file"; \ ./gedcom_parse $$file; \ done