1## Process this file with automake to produce Makefile.in
2
3
4TESTS = nmos/qaSpec pmos/qaSpec
5
6TESTS_ENVIRONMENT = \
7	$(SHELL) $(top_srcdir)/tests/bin/check_cmc.sh \
8	$(top_builddir)/src/ngspice
9
10EXTRA_DIST = \
11	$(TESTS) \
12	nmos pmos
13
14MAINTAINERCLEANFILES = Makefile.in
15
16clean-local:
17	rm -rf nmos/results pmos/results ngspiceCkt bsim4.out
18