From 5cb17f3efcc48f90c16ed27f3d0369b226480713 Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 17 Jun 2000 22:47:14 +0000 Subject: [PATCH] * tests/polezero/Makefile.am tests/polezero/filt_bridge_t.cir: New test. * tests/polezero/filt_multistage.out tests/polezero/filt_rc.out tests/polezero/filt_bridge_t.out: Prototype output as a starting point. --- tests/polezero/Makefile.am | 3 ++- tests/polezero/filt_bridge_t.cir | 12 ++++++++++++ tests/polezero/filt_bridge_t.out | 5 +++++ tests/polezero/filt_multistage.out | 5 +++++ tests/polezero/filt_rc.out | 5 +++++ 5 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 tests/polezero/filt_bridge_t.cir create mode 100644 tests/polezero/filt_bridge_t.out diff --git a/tests/polezero/Makefile.am b/tests/polezero/Makefile.am index 73d30949c..9a29ff8ab 100644 --- a/tests/polezero/Makefile.am +++ b/tests/polezero/Makefile.am @@ -2,7 +2,8 @@ TESTS = \ filt_multistage.cir \ - filt_rc.cir + filt_rc.cir \ + filt_bridge_t.cir TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/../check.sh $(top_builddir)/src/ngspice diff --git a/tests/polezero/filt_bridge_t.cir b/tests/polezero/filt_bridge_t.cir new file mode 100644 index 000000000..fd2f40aa1 --- /dev/null +++ b/tests/polezero/filt_bridge_t.cir @@ -0,0 +1,12 @@ +BRIDGE-T FILTER +V1 1 0 12 AC 1 +C1 1 2 1U +C2 2 3 1U +R3 2 0 1K +R4 1 3 1K +* +.OP +.PZ 1 0 3 0 VOL PZ +.PRINT PZ ALL +* +.END diff --git a/tests/polezero/filt_bridge_t.out b/tests/polezero/filt_bridge_t.out new file mode 100644 index 000000000..bdbb2bc4d --- /dev/null +++ b/tests/polezero/filt_bridge_t.out @@ -0,0 +1,5 @@ + +Circuit: BRIDGE-T FILTER + +Circuit: BRIDGE-T FILTER + diff --git a/tests/polezero/filt_multistage.out b/tests/polezero/filt_multistage.out index e69de29bb..330f3bb9c 100644 --- a/tests/polezero/filt_multistage.out +++ b/tests/polezero/filt_multistage.out @@ -0,0 +1,5 @@ + +Circuit: Multistage filter + +Circuit: Multistage filter + diff --git a/tests/polezero/filt_rc.out b/tests/polezero/filt_rc.out index e69de29bb..ac78169ed 100644 --- a/tests/polezero/filt_rc.out +++ b/tests/polezero/filt_rc.out @@ -0,0 +1,5 @@ + +Circuit: RC filter + +Circuit: RC filter +