How do we run "tests"?

What steps are needed to run, for example, /sound/talkie_test.cpp ?

To run that specific one, go to the sound directory and run make test.
It assumes a POSIX-like environment, like linux.

To run all the posix tests, run make posixtests from the top directory.

1 Like