Eduardo Arias e6e2989bd5 Configure test fixture using CTest for Windows build
- Added new test/test_suite.in with list of regression and unit tests
  previously in Makefile.am, to be shared between Unix and Windows
  builds.
- Updated regression.cc & unit.cc to return the number of failed tests
  to indicate to CTest that the test failed. Similarly, a crash or
  unhandled exception terminates the process with a non-zero exit code.
  - This change doesn't affect running the tests with autotest in Unix
    builds because this processes test output from custom-test-driver &
    test-suite.sh, and ignores the exit code of the test runner.
- Removed comment in test/test-cases/regression-offset-variable.json as
  this is not supported by JSON and prevents strict parsers to read and
  process the file.
- Minor change in regression.cc's clearAuditLog to replace std::ifstream
  with std::ofstream as the mode to open the flag applies to an output
  stream.
- Minor change in unit.cc to simplify code that deletes tests.
- Minor changes to test/custom-test-driver to correct usage information.
2024-05-13 10:22:12 -07:00
..
2020-03-31 14:44:19 -03:00
2017-11-06 00:44:54 -03:00
2016-11-28 12:12:04 -03:00
2018-10-30 18:25:46 -03:00
2017-10-11 23:19:20 -03:00
2017-11-13 22:32:55 -03:00
2018-09-05 16:00:42 -03:00
2020-03-25 16:11:23 -03:00
2018-10-24 21:02:35 -03:00
2018-10-31 22:57:39 -03:00
2019-06-04 08:38:45 -03:00
2016-11-28 13:07:25 -03:00
2018-03-29 17:24:32 -03:00