blob: 31ae5d7dbf556cf25689bbe95283996ea12c8f9d (
plain)
1
2
3
4
5
6
7
8
|
/*
* 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 MIT license.
*/
#include <gtest/gtest.h>
|