Commit Graph

11 Commits

Author SHA1 Message Date
rlar ff4b8dcf41 Revert "retain perl compatibility"
this did reintroduce hundreds of warnings:
defined(%hash) is deprecated at ...ngspice/tests/bin/runQaTests.pl line 331.
	(Maybe you should just omit the defined()?)

this was deprecated aproximately 2001 with perl version
  v5.6.1

see
 https://perldoc.perl.org/perl561delta.html

obviously for good reason, because defined(%hash) did have a semantics which
  did not exactly match the users expectation.
2017-08-13 18:00:42 +02:00
dwarning 608a1fc33d retain perl compatibility 2017-08-12 10:46:37 +02:00
rlar aede5f0b63 qa tests, avoid repeated exection of ngspice for version detection 2017-07-29 19:33:17 +02:00
rlar ca1a099b51 Revert "Revert "ngspice version detection implemented"" 2017-07-29 19:32:36 +02:00
rlar fb24e80363 Revert "ngspice version detection implemented"
does not work when "configured" in a separate working directory.

apart from that, repeatedly executing a ngspice solely to check the version
  is slow, and actually useless because the test harness is part of the Makefile
  and thus the version is known to be exactly that of the currently
  checked out commit.
2017-07-27 20:26:03 +02:00
dwarning ea8773bd5a ngspice version detection implemented 2017-07-18 15:18:08 +02:00
rlar ad92ca8f24 perl, defined(%hash) is depreciated 2012-01-15 16:46:12 +00:00
rlar 12b3cc52ec CMC test suite, fix choice of results subdirectory 2011-05-31 20:09:34 +00:00
rlar 19cff2c4be incorporate CMC test suite into make target 'check' 2011-05-30 18:47:05 +00:00
rlar b506441241 force an update, to fix file permissions 2011-05-29 11:20:17 +00:00
dwarning c96b5afd18 CMC test suite 2011-05-28 19:08:04 +00:00