2011-05-30 20:47:05 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TESTS = nmos/qaSpec.basic pmos/qaSpec.basic
|
|
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
|
$(SHELL) $(top_srcdir)/tests/bin/check_cmc.sh \
|
|
|
|
|
$(top_builddir)/src/ngspice
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
$(TESTS) \
|
2011-05-31 17:52:52 +02:00
|
|
|
nmos pmos
|
2011-05-30 20:47:05 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
|
|
|
|
|
clean-local:
|
2011-05-31 22:09:34 +02:00
|
|
|
rm -rf nmos/results pmos/results ngspiceCkt
|