mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-09-06 10:18:18 +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();
|
|
}
|