mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-12-28 15:44:33 +00:00
8 lines
96 B
C
8 lines
96 B
C
#include "HandmadeTest.h"
|
|
#include "hmm_test.h"
|
|
|
|
int main()
|
|
{
|
|
return hmt_run_all_tests();
|
|
}
|