AnimTestbed/3rdparty/Handmade-Math/test/README.md

17 lines
186 B
Markdown
Raw Normal View History

2021-11-11 21:22:24 +01:00
# Testing
You can compile and run the tests yourself by running:
```
make
```
To run a specific test configuration, run one of:
```
make c
make c_no_sse
make cpp
make cpp_no_sse
```