]> git.cworth.org Git - fips/blobdiff - test/fips-test
test: Rename handle-events.c to common.c
[fips] / test / fips-test
index cada79b9fe85de85a98f0a78e7192397f159f19d..85a218256fbb901d6659023577d10206392de960 100755 (executable)
@@ -24,11 +24,26 @@ echo "OpenGL, different linking mechanisms, and different symbol-lookup."
 echo ""
 
 printf "               Win-sys Link-mode       Lookup\n"
-printf "               ------- -------------   ------------\n"
+printf "               ------- -------------   -----------------\n"
 
-printf "Testing                GLX     link to libGL   direct calls ... "
+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
+
+printf "Testing                GLX     dlopen(libGL)   glXGetProcAddress       ... "
+test glx-dlopen-gpa
+
+printf "Testing                GLX     dlopen(libGL)   glXGetProcAddressARB    ... "
+test glx-dlopen-gpaa
+
 echo ""
 
 if [ $errors -gt 0 ]; then