summaryrefslogtreecommitdiffhomepage
path: root/tests/test_01_codegen/codegen_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_01_codegen/codegen_test.cc')
-rw-r--r--tests/test_01_codegen/codegen_test.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/test_01_codegen/codegen_test.cc b/tests/test_01_codegen/codegen_test.cc
new file mode 100644
index 0000000..89afd8d
--- /dev/null
+++ b/tests/test_01_codegen/codegen_test.cc
@@ -0,0 +1,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) {
+
+}