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
@@ -7,7 +7,7 @@ TESTS = \
inv2.cir \
RampVg2.cir
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
nmosdd.mod \