Skip to content

Files

Latest commit

b36c060 · Jan 18, 2025

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 15, 2023
Jul 21, 2023
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Dec 13, 2024
Jul 21, 2023
Jun 16, 2024
Jun 16, 2024
Aug 22, 2024
Jan 18, 2025
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Sep 18, 2024
Jun 16, 2024
Jun 16, 2024
Nov 20, 2024
Aug 18, 2024
Jun 16, 2024
Jun 16, 2024
Jul 21, 2023
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024

This directory holds tests and testing resources.

scripts/run_tests.sh will run all of the tests in this directory (and subdirectories); to be a test, a file must be:

  • a regular file
  • executable
  • end in .sh

You can select a specific test by running scripts/run_tests.sh a b; this will run tests that pass a or b as grep patterns.

Some files are named .sh.skip---these will always be skipped. Rename them if you need to run them.

Tests have a pretty standard preamble that should handle basic cleanup functions.