X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ffips-test;h=ec1813811e8618692f50cd35641b5810497e65e7;hb=5169acf1de805f8ad277554f6ec064e8f36111c3;hp=2985994ac3f7f2393ad4060da7ddb311a23274f5;hpb=bc8909973744d68743a8401ec52afbbc3b0a12a4;p=fips diff --git a/test/fips-test b/test/fips-test index 2985994..ec18138 100755 --- a/test/fips-test +++ b/test/fips-test @@ -44,9 +44,30 @@ test glx-dlopen-gpa printf "Testing GLX dlopen(libGL) glXGetProcAddressARB ... " test glx-dlopen-gpaa -printf "Testing EGL/OpenGL link to libEGL direct calls ... " +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