2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2001-12-07 16:02:45 +01:00
|
|
|
SUBDIRS = resistance filters polezero bsim3soipd bsim3soifd bsim3soidd bsim4 mesa
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2000-06-05 23:24:21 +02:00
|
|
|
TESTS = \
|
|
|
|
|
diffpair.cir \
|
|
|
|
|
fourbitadder.cir
|
|
|
|
|
|
2000-10-18 18:29:59 +02:00
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/check.sh $(top_builddir)/src/ngspice
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
README \
|
2000-06-28 19:50:33 +02:00
|
|
|
check.sh \
|
2001-01-21 18:20:06 +01:00
|
|
|
maketest.sh \
|
2000-04-27 22:03:57 +02:00
|
|
|
$(TESTS) \
|
2000-06-05 23:24:21 +02:00
|
|
|
$(TESTS:.cir=.out)
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|