diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 03:42:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 03:42:46 +0100 |
| commit | 3bc2fca2c9beff13586b8bf3089ce439acb09de1 (patch) | |
| tree | 4cf13eb975ef8a133ca0b28de29814c94f7daccc /tools/hpptest.py | |
| parent | c9fd682f3662e0eec09de49a36a4ea199656da34 (diff) | |
| parent | b0292253ca9732b228ef505e3e719ae05c07c10c (diff) | |
Merge pull request #12 from amlel-el-mahrouss/develop
New OCL Distrib helpers.
Diffstat (limited to 'tools/hpptest.py')
| -rwxr-xr-x | tools/hpptest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hpptest.py b/tools/hpptest.py index dbed143..218255d 100755 --- a/tools/hpptest.py +++ b/tools/hpptest.py @@ -7,5 +7,5 @@ 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]}") if ret == 0: - print("[TEST] HEADER COMPILATION PASSES") + print("[HPPTEST] HPPTEST PASSES.") |
