From 246319682f60293b132fca1ce6e24689c6682617 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Fri, 28 Feb 2020 11:38:58 +0530 Subject: initial commit --- Windows/spice/tests/jfet/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Windows/spice/tests/jfet/Makefile.am (limited to 'Windows/spice/tests/jfet/Makefile.am') diff --git a/Windows/spice/tests/jfet/Makefile.am b/Windows/spice/tests/jfet/Makefile.am new file mode 100644 index 00000000..77425073 --- /dev/null +++ b/Windows/spice/tests/jfet/Makefile.am @@ -0,0 +1,12 @@ +## Process this file with automake to produce Makefile.in + + +TESTS = jfet_vds-vgs.cir + +TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice + +EXTRA_DIST = \ + $(TESTS) \ + $(TESTS:.cir=.out) + +MAINTAINERCLEANFILES = Makefile.in -- cgit