mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
fix `make check' for build in a separate directory
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user