tests: tests for affine transforms (continue)

This commit is contained in:
Recep Aslantas
2020-02-22 10:29:16 +03:00
parent 0822d46cd9
commit 0c8dc070d5
6 changed files with 141 additions and 122 deletions

View File

@@ -21,7 +21,6 @@
<ItemGroup>
<ClCompile Include="..\test\runner.c" />
<ClCompile Include="..\test\src\tests.c" />
<ClCompile Include="..\test\src\test_affine.c" />
<ClCompile Include="..\test\src\test_bezier.c" />
<ClCompile Include="..\test\src\test_cam.c" />
<ClCompile Include="..\test\src\test_clamp.c" />

View File

@@ -14,9 +14,6 @@
<ClCompile Include="..\test\runner.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\test\src\test_affine.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\test\src\test_bezier.c">
<Filter>src</Filter>
</ClCompile>