X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ffips-test;h=ec1813811e8618692f50cd35641b5810497e65e7;hb=6dcb864fcfa77c4bf4eb7e1c04f00e53f9fee446;hp=cada79b9fe85de85a98f0a78e7192397f159f19d;hpb=18a600531c73bfd36f9d8d0814ee6d22d1456d67;p=fips diff --git a/test/fips-test b/test/fips-test index cada79b..ec18138 100755 --- a/test/fips-test +++ b/test/fips-test @@ -23,12 +23,51 @@ echo "Testing fips with programs using different window-system interfaces to" echo "OpenGL, different linking mechanisms, and different symbol-lookup." echo "" -printf " Win-sys Link-mode Lookup\n" -printf " ------- ------------- ------------\n" +printf " Window 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 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 + +printf "Testing EGL/OpenGL link to libGL direct calls ... " +test egl-opengl-link-call + +printf "Testing EGL/OpenGL link to libGL eglGetProcAddress ... " +test egl-opengl-link-gpa + +printf "Testing EGL/OpenGL dlopen(libGL) dlsym ... " +test egl-opengl-dlopen-dlsym + +printf "Testing EGL/OpenGL dlopen(libGL) eglGetProcAddress ... " +test egl-opengl-dlopen-gpa + +printf "Testing EGL/GLESv2 link libGLESv2 direct calls ... " +test egl-glesv2-link-call + +printf "Testing EGL/GLESv2 link libGLESv2 eglGetProcAddress ... " +test egl-glesv2-link-gpa + +printf "Testing EGL/GLESv2 dlopen(GLESv2) dlsym ... " +test egl-glesv2-dlopen-dlsym + +printf "Testing EGL/GLESv2 dlopen(GLESv2) eglGetProcAddress ... " +test egl-glesv2-dlopen-gpa + echo "" if [ $errors -gt 0 ]; then