diff options
author | rahulp13 | 2020-03-03 05:31:58 +0530 |
---|---|---|
committer | rahulp13 | 2020-03-03 05:31:58 +0530 |
commit | dfc268e0863c913a1b8726cd54eea3b40caf7c67 (patch) | |
tree | 1cd82634684da5ae86b558d44756189e080545d4 /Windows/spice/tests/bsim3soifd/Makefile.am | |
parent | fd62c52150c7d1f81da8060b2f5db6b94d174ccf (diff) | |
download | eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.gz eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.bz2 eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.zip |
upgrade ngspice to v31
Diffstat (limited to 'Windows/spice/tests/bsim3soifd/Makefile.am')
-rw-r--r-- | Windows/spice/tests/bsim3soifd/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Windows/spice/tests/bsim3soifd/Makefile.am b/Windows/spice/tests/bsim3soifd/Makefile.am deleted file mode 100644 index b1c55f51..00000000 --- a/Windows/spice/tests/bsim3soifd/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -## Process this file with automake to produce Makefile.in - -TESTS = \ - t3.cir \ - t4.cir \ - t5.cir \ - inv2.cir \ - RampVg2.cir - -TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice - -EXTRA_DIST = \ - nmosfd.mod \ - pmosfd.mod \ - $(TESTS) \ - $(TESTS:.cir=.out) - -EXTRA_DIST += ring51.cir lib.h - -MAINTAINERCLEANFILES = Makefile.in |