blob: 14474c0ef2467c09d22daefad011487a2353ac3a (
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 (founder@snu.systems)
* Copyright 2025, Amlal El Mahrouss and SNU Systems Corp.
*/
#include <gtest/gtest.h>
|