diff --git a/script/test_single_header.sh b/script/test_single_header.sh deleted file mode 100755 index 61c3522..0000000 --- a/script/test_single_header.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -set -x -set -e - -python3 script/single_header_generator.py > ssp.cpp - -echo "" >> ssh.cpp -echo 'int main(){ ss::parser p{""}; p.get_next(); return 0; }' \ - >> ssp.cpp - -g++ -std=c++17 ssp.cpp -o ssp.bin -Wall -Wextra -./ssp.bin - -rm ssp.cpp ssp.bin diff --git a/test/test_single_header.sh b/test/test_single_header.sh index 0d12c59..8a2bb91 100755 --- a/test/test_single_header.sh +++ b/test/test_single_header.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -x +set -x set -e python3 script/single_header_generator.py > ssp.cpp