summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/except
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-15 12:09:28 +0200
committerAmlal <amlal@nekernel.org>2025-08-15 12:09:28 +0200
commit70945244a35e0e6d2a2e0f84ae83f31b9898a0ca (patch)
tree2bf642b31c914a36c36f10b20ea5189ca3c47c09 /dev/lib/except
parent37bc0133c137cdf7fe62e79ac8208ec46096316e (diff)
feat: new hpptest and gtest module. Other module improvements.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/except')
-rw-r--r--dev/lib/except/hpptest.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev/lib/except/hpptest.hpp b/dev/lib/except/hpptest.hpp
deleted file mode 100644
index 5277780..0000000
--- a/dev/lib/except/hpptest.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-/// @note Place your static asserts here, for hpptest.py!
-#ifdef SOCL_HPPTEST
-SOCL_HPPTEST_ASSERT(true);
-SOCL_HPPTEST_ASSERT(1 + 1 == 2);
-#endif
-
-/// @brief This header file is meant to be a tutorial on how to use mk.test and its macro framework.