mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
9 lines
95 B
C
9 lines
95 B
C
#include "igt_core.h"
|
|
#include <unistd.h>
|
|
|
|
igt_simple_main
|
|
{
|
|
igt_set_timeout(1);
|
|
sleep(5);
|
|
}
|