* configure.in tests/Makefile.am: Updates for the new

directories.

	* tests/check.sh tests/filters/.cvsignore
	tests/filters/Makefile.am tests/filters/lowpass.cir
	tests/filters/lowpass.out tests/resistance/.cvsignore
	tests/resistance/Makefile.am tests/resistance/res_array.cir
	tests/resistance/res_array.out
	tests/resistance/res_partition.cir
	tests/resistance/res_partition.out
	tests/resistance/res_simple.cir
	tests/resistance/res_simple.out: New files.

	* tests/config.sh tests/diffpair.sh tests/fourbitadder.sh
	tests/resistor.cir tests/resistor.out tests/resistor.sh
	tests/respart.cir tests/respart.out tests/respart.sh
	tests/resistance/test1.cir: No longer needed, removed.
This commit is contained in:
arno
2000-06-05 21:24:21 +00:00
parent 79c0d7e478
commit d74a36c2e5
21 changed files with 250 additions and 40 deletions
+14
View File
@@ -0,0 +1,14 @@
## Process this file with automake to produce Makefile.in
TESTS = \
res_array.cir \
res_simple.cir \
res_partition.cir
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/../check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
$(TESTS) \
$(TESTS:.sh=.out)
MAINTAINERCLEANFILES = Makefile.in