X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ffips-test;h=7f9435288269134c554bf6abd90712efee6eb630;hb=6b4c98a569784ffe9c0d580daf687cb624708937;hp=cada79b9fe85de85a98f0a78e7192397f159f19d;hpb=18a600531c73bfd36f9d8d0814ee6d22d1456d67;p=fips diff --git a/test/fips-test b/test/fips-test index cada79b..7f94352 100755 --- a/test/fips-test +++ b/test/fips-test @@ -24,11 +24,20 @@ 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 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