diff options
Diffstat (limited to 'Windows/spice/tests/bsim3/tran_sim/Makefile.am')
-rw-r--r-- | Windows/spice/tests/bsim3/tran_sim/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Windows/spice/tests/bsim3/tran_sim/Makefile.am b/Windows/spice/tests/bsim3/tran_sim/Makefile.am new file mode 100644 index 00000000..54e433c4 --- /dev/null +++ b/Windows/spice/tests/bsim3/tran_sim/Makefile.am @@ -0,0 +1,13 @@ +## Process this file with automake to produce Makefile.in + +TESTS = comparator.cir \ + one-shot.cir + + +TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice + +EXTRA_DIST = \ + $(TESTS) \ + $(TESTS:.cir=.out) + +MAINTAINERCLEANFILES = Makefile.in |