Browse Source
incorporate CMC test suite into make target 'check'
incorporate CMC test suite into make target 'check'
9 changed files with 86 additions and 13 deletions
-
11ChangeLog
-
2configure.ac
-
9tests/bin/modelQaTestRoutines.pm
-
13tests/bin/ngspice.pm
-
10tests/bin/runQaTests.pl
-
18tests/bin/run_cmc_check
-
17tests/hisim/Makefile.am
-
2tests/hisimhv/.cvsignore
-
17tests/hisimhv/Makefile.am
@ -0,0 +1,17 @@ |
|||
## Process this file with automake to produce Makefile.in
|
|||
|
|||
|
|||
TESTS = nmos/qaSpec pmos/qaSpec |
|||
|
|||
TESTS_ENVIRONMENT = \
|
|||
$(SHELL) $(top_srcdir)/tests/bin/check_cmc.sh \
|
|||
$(top_builddir)/src/ngspice |
|||
|
|||
EXTRA_DIST = \
|
|||
$(TESTS) \
|
|||
$(TESTS:.cir=.out) |
|||
|
|||
MAINTAINERCLEANFILES = Makefile.in |
|||
|
|||
clean-local: |
|||
rm -rf results ngspiceCkt |
|||
@ -0,0 +1,2 @@ |
|||
Makefile.in |
|||
Makefile |
|||
@ -0,0 +1,17 @@ |
|||
## Process this file with automake to produce Makefile.in
|
|||
|
|||
|
|||
TESTS = nmos/qaSpec.basic pmos/qaSpec.basic |
|||
|
|||
TESTS_ENVIRONMENT = \
|
|||
$(SHELL) $(top_srcdir)/tests/bin/check_cmc.sh \
|
|||
$(top_builddir)/src/ngspice |
|||
|
|||
EXTRA_DIST = \
|
|||
$(TESTS) \
|
|||
$(TESTS:.cir=.out) |
|||
|
|||
MAINTAINERCLEANFILES = Makefile.in |
|||
|
|||
clean-local: |
|||
rm -rf results ngspiceCkt |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue