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:
0767205
)
Use ICONV_PATH in tests.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Tue, 1 Oct 2002 16:17:07 +0000
(16:17 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Tue, 1 Oct 2002 16:17:07 +0000
(16:17 +0000)
t/Makefile.am
patch
|
blob
|
history
diff --git
a/t/Makefile.am
b/t/Makefile.am
index fea7cce11680ecd2d671d0dd9c80cddea64ed00a..071b1ea87dbaceab46584c9f2e60eaa1b8380747 100644
(file)
--- a/
t/Makefile.am
+++ b/
t/Makefile.am
@@
-9,8
+9,10
@@
TESTS := $(wildcard $(srcdir)/*.test)
EXTRA_DIST=$(TESTS)
+TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@
+
all-local:
- @rm -f
testgedcom
.out $(DMALLOC_LOG)
+ @rm -f
*
.out $(DMALLOC_LOG)
check-% : %.test all-local
@srcdir=$(srcdir); export srcdir; \