2014-05-04 11:49:23 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TESTS = nmos/qaSpec pmos/qaSpec
|
|
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
|
$(SHELL) $(top_srcdir)/tests/bin/check_cmc.sh \
|
|
|
|
|
$(top_builddir)/src/ngspice
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
$(TESTS) \
|
|
|
|
|
nmos pmos
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
|
|
|
|
|
clean-local:
|
2020-12-26 22:16:55 +01:00
|
|
|
rm -rf nmos/results pmos/results ngspiceCkt b3v33check.log
|