X-Git-Url: https://git.cworth.org/git?p=glfps;a=blobdiff_plain;f=glfps-test;h=30600c6689bbbf678623c3530fa902579600e720;hp=f424686a0b7ecf903109bb3b8321a9887ad42e50;hb=HEAD;hpb=6f86ce127d3789cf4ce26c2d4132d6fa77bc62bc diff --git a/glfps-test b/glfps-test index f424686..30600c6 100755 --- a/glfps-test +++ b/glfps-test @@ -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"