diff options
Diffstat (limited to 'include/ocl/tests/gtest.hpp')
| -rw-r--r-- | include/ocl/tests/gtest.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ocl/tests/gtest.hpp b/include/ocl/tests/gtest.hpp new file mode 100644 index 0000000..ee328b0 --- /dev/null +++ b/include/ocl/tests/gtest.hpp @@ -0,0 +1,10 @@ +/* + * 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> |
