X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Ffips-test;h=ec1813811e8618692f50cd35641b5810497e65e7;hb=0c8d32dabf4cec6957dfb4c071ecdb2fb4e4cd0e;hp=331b87aa2acbe752a523594781ddfd3059eec697;hpb=b0a2c9dfcde1e0f679ceec3f4801f762eb09542a;p=fips diff --git a/test/fips-test b/test/fips-test index 331b87a..ec18138 100755 --- a/test/fips-test +++ b/test/fips-test @@ -44,10 +44,10 @@ 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 libEGL eglGetProcAddress ... " +printf "Testing EGL/OpenGL link to libGL eglGetProcAddress ... " test egl-opengl-link-gpa printf "Testing EGL/OpenGL dlopen(libGL) dlsym ... " @@ -56,6 +56,18 @@ 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