Set GCONV_PATH for make test (to pick up ANSEL encoding module).
[gedcom-parse.git] / Makefile
index 125b82e0b281410b448c600f6205c72dd60d8cd6..b7585f39730337d94d2b6e8db025a5c31700333d 100644 (file)
--- 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