mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 06:34:23 +00:00
19 lines
222 B
C
19 lines
222 B
C
#include "test_vec.h"
|
|
#include "unity/unity.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
void setUp() {}
|
|
void tearDown() {}
|
|
|
|
int main() {
|
|
|
|
UNITY_BEGIN();
|
|
|
|
runVector3_test();
|
|
runVector4_test();
|
|
|
|
UNITY_END();
|
|
|
|
return 0;
|
|
} |