]> git.cworth.org Git - fips/blobdiff - test/fips-test
test: Add remaining three egl-opengl tests
[fips] / test / fips-test
index 2985994ac3f7f2393ad4060da7ddb311a23274f5..331b87aa2acbe752a523594781ddfd3059eec697 100755 (executable)
@@ -47,6 +47,15 @@ test glx-dlopen-gpaa
 printf "Testing        EGL/OpenGL      link to libEGL  direct calls            ... "
 test egl-opengl-link-call
 
+printf "Testing        EGL/OpenGL      link to libEGL  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
+
 echo ""
 
 if [ $errors -gt 0 ]; then