blob: 126ce90de5f12bd456d1afcc0cabddc39952b3d1 (
plain)
1
2
3
4
5
6
7
8
|
/*
* File: tests/gtest.hpp
* Purpose: Google Test wrapper for the SOCL library.
* Author: Amlal El Mahrouss (amlal@nekernel.org)
* Copyright 2025, Amlal El Mahrouss
*/
#include <gtest/gtest.h>
|