]> git.cworth.org Git - fips/commit
test: Add two more tests, (now using glXGetProcAddress instead of dlsym)
authorCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 21:34:21 +0000 (14:34 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 21:34:21 +0000 (14:34 -0700)
commit6b4c98a569784ffe9c0d580daf687cb624708937
tree35270eab0fdf3c7567e86afa2dc4ba6cdc70dd40
parent5e4dbac425d1c9f1461d071b2a05d26b2c75831f
test: Add two more tests, (now using glXGetProcAddress instead of dlsym)

One test calls glXGetProcAddress the other calls glXGetProcAddressARB.

And noticeably, the test with glXGetProcAddress fails, so the test
suite has found its first bug.
test/.gitignore
test/Makefile.local
test/fips-test
test/glx-dlopen-gpa.c [new file with mode: 0644]
test/glx-dlopen-gpaa.c [new file with mode: 0644]