fix `make check' for build in a separate directory

This commit is contained in:
rlar
2011-01-25 18:39:06 +00:00
parent c349a97ea1
commit f40f6c705a
15 changed files with 73 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ TESTS = \
d_source.cir \
d_state.cir
TESTS_ENVIRONMENT = SPICE_SCRIPTS=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh "$(top_builddir)/src/ngspice -r foobaz"
TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) SPICE_SCRIPTS=. $(SHELL) $(top_srcdir)/tests/bin/check.sh "$(top_builddir)/src/ngspice -r foobaz"
EXTRA_DIST = \
d_ram-stimulus.txt \