summaryrefslogtreecommitdiffhomepage
path: root/tests/test_01_codegen/codegen_test.cc
blob: 89afd8d10cb77fa812417b6fd6a214f37637787f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ========================================

   Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license

   ======================================== */

/// @brief Codegen Unit test, from the C++ unit to the final executable.
/// @author Amlal El Mahrouss

#include <gtest/gtest.h>

TEST(CodegenTest, BasicCodegenTest) {
  
}