dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4faf76
)
Set GCONV_PATH for make test (to pick up ANSEL encoding module).
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 24 Nov 2001 22:29:31 +0000
(22:29 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 24 Nov 2001 22:29:31 +0000
(22:29 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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