Skip to content

Test Framework

benliao1 edited this page Jul 29, 2020 · 24 revisions

Test Framework

Test Naming Convention

Output Redirection in Tests Explained

This logic is in test.c, and explains how we are able to record what the test is outputting for comparison after the test has finished while also being able to see the output of the test in real time in the terminal. (This diagram can be found in docs/Test-Output-Redirect-Logic.png)

Test-Output-Redirect-Logic