diff options
Diffstat (limited to 'tools')
| -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 2cf8e9d..f9fcd1c 100755 --- a/tools/hpptest.py +++ b/tools/hpptest.py @@ -5,6 +5,6 @@ import sys, os if __name__ == '__main__': if len(sys.argv) == 2: - os.system(f"clang++ -std=c++20 -DSOCL_HPPTEST '-DSOCL_HPPTEST_ASSERT(x)=static_assert(x, #x)' {sys.argv[1]} -o a.out && cat {sys.argv[1]}") + os.system(f"clang++ -std=c++20 -DSOCL_HPPTEST '-DSOCL_HPPTEST_ASSERT(x)=static_assert(x, #x)' {sys.argv[1]}") print("[TEST] HEADER COMPILATION PASSES") |
