bldc/test_reports
Benjamin Vedder 1ce9df6ad6 Squashed 'lispBM/lispBM/' changes from 9d85c18f..2b5f30cd
2b5f30cd version 0.25.0
f68282ee exposed the lbm_request_gc_ function in the eval_cps interface
bcde5f97 adding profiling script to repl directory

git-subtree-dir: lispBM/lispBM
git-subtree-split: 2b5f30cdbe94c7ef48798dc7382f87578c7fe76e
2024-07-26 11:58:45 +02:00
..
version_0.23.0 Squashed 'lispBM/lispBM/' changes from 0eee7a53..eb2a4cff 2024-03-10 12:58:00 +01:00
version_0.24.0 Squashed 'lispBM/lispBM/' changes from f18a5c10..85675e29 2024-05-09 21:26:09 +02:00
version_0.25.0 Squashed 'lispBM/lispBM/' changes from 9d85c18f..2b5f30cd 2024-07-26 11:58:45 +02:00
README.md Squashed 'lispBM/lispBM/' changes from 0eee7a53..eb2a4cff 2024-03-10 12:58:00 +01:00

README.md

LispBM Test reports

This directory stores LBM test reports. Under the test_reports directory, you find directories named version_X.Y.Z. The test reports in directory version_X.Y.Z corresponds to the git commit tagged (git tag) with tag X.Y.Z.

Testing approach

We utilize the following methods of testing:

  1. Unit tests
  2. Static analysis using CLANG scan-build
  3. Static analysis using Infer
  4. Work in progress - Property based testing using Haskell QuickCheck