summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/tests/gtest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/tests/gtest.hpp')
-rw-r--r--dev/lib/tests/gtest.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev/lib/tests/gtest.hpp b/dev/lib/tests/gtest.hpp
deleted file mode 100644
index ee328b0..0000000
--- a/dev/lib/tests/gtest.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * File: tests/gtest.hpp
- * Purpose: Google Test wrapper for the OCL library.
- * Author: Amlal El Mahrouss (amlal@nekernel.org)
- * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
- */
-
-#pragma once
-
-#include <gtest/gtest.h>