Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Tests

This directory contains several examples collected for debugging and testing.

The script run.py is used for automatically running all of these tests.

  • unit-tests: Unit tests used for debugging during the development
  • safe-bugs: Several bug examples that cause runtime panics
  • unsafe-bugs: Several bug examples that cause memory-safety issues