mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-09-07 02:38:15 +00:00
12 lines
166 B
Markdown
12 lines
166 B
Markdown
# Testing
|
|
|
|
You can compile and run the tests yourself by running:
|
|
|
|
```
|
|
make
|
|
build/hmm_test_c
|
|
build/hmm_test_c_no_sse
|
|
build/hmm_test_cpp
|
|
build/hmm_test_cpp_no_sse
|
|
```
|