mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
activate hicum2 qa test and left out bsimbulk qa test
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
|
||||
TESTS = npn/qaSpec
|
||||
|
||||
TESTS = FG.cir \
|
||||
FG_sh.cir
|
||||
|
||||
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
||||
TESTS_ENVIRONMENT = \
|
||||
$(SHELL) $(top_srcdir)/tests/bin/check_cmc.sh \
|
||||
$(top_builddir)/src/ngspice
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(TESTS) \
|
||||
$(TESTS:.cir=.out)
|
||||
|
||||
$(TESTS) \
|
||||
npn
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
clean-local:
|
||||
rm -rf npn/results ngspiceCkt
|
||||
|
||||
Reference in New Issue
Block a user