aboutsummaryrefslogtreecommitdiff
path: root/linmath_test.c
blob: d7ce1fac371d4dd3a66fa18c2ce67c8b42302510 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

#include "linmath_test.h"

int main() {
    linmath_test_run_all();
    printf("linmath tests passed\n");
    return 0;
}