]> git.cworth.org Git - glfps/blobdiff - glfps-test
Switch to Glaze to implement glfps
[glfps] / glfps-test
index f424686a0b7ecf903109bb3b8321a9887ad42e50..30600c6689bbbf678623c3530fa902579600e720 100755 (executable)
@@ -17,7 +17,7 @@ test ()
 
     tests=$((tests + 1))
 
-    if ${FIPS_TEST_DIR}/${script} | grep -q "^glfps"; then
+    if glaze --wrapper=libglfps.so ${FIPS_TEST_DIR}/${script} | grep -q "^glfps"; then
        printf "PASS\n"
     else
        printf "FAIL\n"
@@ -29,8 +29,6 @@ echo "Testing glfps with programs using different window-system interfaces to"
 echo "OpenGL, different linking mechanisms, and different symbol-lookup."
 echo ""
 
-export LD_PRELOAD=./libglfps.so
-
 printf "       Window sys.     Link-mode       Lookup\n"
 printf "       -----------     -------------   -----------------\n"