Kandinsky: Add a test for KDRect intersections

Change-Id: I98c8ec0d6ed4117e93ec96a05905f5e1eab14d25
This commit is contained in:
Romain Goyet
2016-06-15 13:30:03 +02:00
parent dc34ce10d2
commit b8a6d662b1
2 changed files with 27 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ objs += $(addprefix kandinsky/src/,\
)
tests += $(addprefix kandinsky/test/,\
color.c\
rect.c\
set_pixel.c\
)