2003-08-24 21:14:03 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
TESTS = \
|
2004-02-14 20:19:23 +01:00
|
|
|
cpl_ksp.cir \
|
|
|
|
|
cpl_sp.cir \
|
|
|
|
|
cpl2_ksp.cir \
|
|
|
|
|
cpl2_sp.cir \
|
|
|
|
|
ibm1.cir \
|
|
|
|
|
ibm2.cir \
|
|
|
|
|
ibm3.cir \
|
2003-08-24 21:14:03 +02:00
|
|
|
ltra_1.cir \
|
|
|
|
|
ltra_2.cir \
|
2004-02-14 20:19:23 +01:00
|
|
|
ltra_3.cir \
|
|
|
|
|
txl_ksp.cir \
|
|
|
|
|
txl_sp.cir \
|
|
|
|
|
txl2_ksp.cir \
|
|
|
|
|
txl2_sp.cir \
|
|
|
|
|
txl3_ksp.cir \
|
|
|
|
|
txl3_sp.cir \
|
|
|
|
|
txl4_ksp.cir \
|
|
|
|
|
txl4_sp.cir \
|
|
|
|
|
txl5_ksp.cir \
|
|
|
|
|
txl5_sp.cir \
|
|
|
|
|
txl6_ksp.cir \
|
|
|
|
|
txl6_sp.cir
|
|
|
|
|
|
2003-08-24 21:14:03 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/../check.sh $(top_builddir)/src/ngspice
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
$(TESTS) \
|
|
|
|
|
$(TESTS:.cir=.out)
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|