2008-04-20 11:36:53 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
2012-05-20 00:26:39 +02:00
|
|
|
TESTS = nmos/qaSpec pmos/qaSpec
|
2008-04-20 11:36:53 +02:00
|
|
|
|
2012-05-20 00:26:39 +02:00
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
|
$(SHELL) $(top_srcdir)/tests/bin/check_cmc.sh \
|
|
|
|
|
$(top_builddir)/src/ngspice
|
2008-04-20 11:36:53 +02:00
|
|
|
|
2012-05-20 00:26:39 +02:00
|
|
|
EXTRA_DIST = \
|
|
|
|
|
$(TESTS) \
|
|
|
|
|
nmos pmos
|
2010-09-17 18:24:01 +02:00
|
|
|
|
2008-04-20 11:36:53 +02:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2012-05-20 00:26:39 +02:00
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
|
rm -rf nmos/results pmos/results ngspiceCkt b4soiv1check.log
|