]> git.cworth.org Git - fips/blobdiff - test/fips-test
test: Add test using GLX with dlopen and dlsym to find symbols
[fips] / test / fips-test
index cada79b9fe85de85a98f0a78e7192397f159f19d..329fc54ef1aebce3f5282f114c54c8456e088c53 100755 (executable)
@@ -26,9 +26,12 @@ echo ""
 printf "               Win-sys Link-mode       Lookup\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     dlopen(libGL)   dlsym           ... "
+test glx-dlopen-dlsym
+
 echo ""
 
 if [ $errors -gt 0 ]; then