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:
@@ -21,7 +21,7 @@ TESTS = \
|
||||
opamp.cir \
|
||||
ro_17.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 = \
|
||||
modelcard.nmos \
|
||||
|
||||
Reference in New Issue
Block a user