summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-05 21:18:35 +0100
committerGitHub <noreply@github.com>2025-11-05 21:18:35 +0100
commit41d4c1f2158be039ad94c09800885aafdafc5f24 (patch)
tree57eb44165e6008a3561970f5f5d86cb686fc2cbe /tools
parent8939837390193e86c52299048caec9c7722178e6 (diff)
parent964f0d8ca36d9333efcfd3136a5cae77dc5dded4 (diff)
Merge pull request #3 from snu-systems-corp/develop
Develop: New URL API.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/hpptest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hpptest.py b/tools/hpptest.py
index dbed143..5bb09bd 100755
--- a/tools/hpptest.py
+++ b/tools/hpptest.py
@@ -5,7 +5,7 @@ import sys, os
if __name__ == '__main__':
if len(sys.argv) == 3:
- ret = os.system(f"clang++ -I./dev/ -I{sys.argv[2]} -std=c++20 -DOCL_HPPTEST '-DOCL_HPPTEST_ASSERT(x)=static_assert(x, #x)' {sys.argv[1]}")
+ ret = os.system(f"clang++ -I./dev/ -I{sys.argv[2]} -std=c++20 -DSCL_HPPTEST '-DSCL_HPPTEST_ASSERT(x)=static_assert(x, #x)' {sys.argv[1]}")
if ret == 0:
print("[TEST] HEADER COMPILATION PASSES")