From: Carl Worth Date: Thu, 27 Jun 2013 22:20:45 +0000 (-0700) Subject: test: Reduce code duplication in test-suite programs X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8fa551a77e6586167ee9ad4d331411aecc36af84;hp=8fa551a77e6586167ee9ad4d331411aecc36af84;p=fips test: Reduce code duplication in test-suite programs All of the test suite programs previously had their own copies of common drawing code. Now, this code is put into a shared handle-events.c. Each test program includes handle-events and can provide its own prefix for called OpenGL functions by first defining HANDLE_EVENTS_GL_PREFIX. ---