gallium: run gallium tests if GALLIUM_TESTS=1 is set
[mesa.git] / src / gallium / auxiliary / util / u_tests.h
index a1439347d271fbfe9fa037c5cff432f3b62d7aa0..49ae54f876bc91d76fbe799b5a9400cb9a02203f 100644 (file)
@@ -30,8 +30,8 @@
 
 #include "pipe/p_compiler.h"
 
-struct pipe_context;
+struct pipe_screen;
 
-void util_run_tests(struct pipe_context *ctx);
+void util_run_tests(struct pipe_screen *screen);
 
 #endif