Commit graph

10 commits

Author SHA1 Message Date
Gered 21b4be3556 'uint' isn't a standard C type 2015-01-27 18:11:43 -05:00
Gered b3f10ef272 add basic blit tests (visual only) 2015-01-27 18:08:36 -05:00
Gered 4e05c7735d add color format visual verification test 2015-01-19 00:16:58 -05:00
Gered f25efe3d04 standardize on the calculation in surface_get_index_of
and removed the conditional in it, but profiling shows it makes a
negligible difference in release builds
2015-01-19 00:12:04 -05:00
Gered 495b64a855 fix test to work with sideways surface buffers 2015-01-18 23:15:32 -05:00
Gered 5d6519a8be add coordinate and surface x/y increment/offset tests 2015-01-18 22:54:38 -05:00
Gered 2982915da3 add basic surface tests 2015-01-18 22:22:58 -05:00
Gered 7eeff3230e add primitive drawing tests 2015-01-11 23:48:03 -05:00
Gered 648832d939 bit of src tree shuffling. main.cpp to be replaced with test programs
full disclosure: i'm a bit unsure of what is the best way to do this
at this point in time. the end goal with this project is that it
becomes a library to be used by other apps (of course), but need tests
to test various library functionality. unsure how best to organize this
with cmake (and since i'm using clion, i kind of would prefer it works
nicely and integrated with the ide...).

i figure this is going to be a trial and error approach that will
evolve over the next while
2015-01-11 22:52:55 -05:00
Gered 05f68bc409 initial commit (just stuffing all my test project files into a git repo) 2015-01-04 18:43:57 -05:00