tests: drop tests.h

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
pull/950/head
Emil Velikov 1 year ago committed by flightlessmango
parent 6628122000
commit 4fbc149110

@ -8,7 +8,8 @@ extern "C" {
#include "stdio.h"
#include "../src/amdgpu.h"
#include "../src/cpu.h"
#include "tests.h"
#define UNUSED(x) (void)(x)
static void test_amdgpu_verify_metrics(void **state) {
UNUSED(state);

@ -1,2 +0,0 @@
#pragma once
#define UNUSED(x) (void)(x)
Loading…
Cancel
Save