Skip to content

Files

Latest commit

ddf74f1 · Oct 26, 2024

History

History

stability-tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Oct 26, 2024
Apr 26, 2024
Apr 26, 2024
Oct 8, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Apr 26, 2024
Oct 26, 2024

Stability-Test Tools

This package provides some higher-level tests for spectred. These are tests that are beyond the scope of unit-tests, and some of them might take long time to run.

Running

  • To run only the fast running tests call ./install_and_test.sh
  • To include all tests call SLOW=1 ./install_and_test.sh (Note this will take many hours to finish)
  • To run a single test cd [test-name]/run and call ./run.sh