]> git.cworth.org Git - fips/blobdiff - test/fips-test
test: Add two more tests to the test suite
[fips] / test / fips-test
index 7f9435288269134c554bf6abd90712efee6eb630..85a218256fbb901d6659023577d10206392de960 100755 (executable)
@@ -29,6 +29,12 @@ printf "             ------- -------------   -----------------\n"
 printf "Testing                GLX     link to libGL   direct calls            ... "
 test glx-link-call
 
+printf "Testing                GLX     link to libGL   glXGetProcAddress       ... "
+test glx-link-gpa
+
+printf "Testing                GLX     link to libGL   glXGetProcAddressARB    ... "
+test glx-link-gpaa
+
 printf "Testing                GLX     dlopen(libGL)   dlsym                   ... "
 test glx-dlopen-dlsym