summaryrefslogtreecommitdiff
path: root/test/suite/test.sh
blob: 8272247824713bda9e5594be0cca0389a716767f (plain)
1
2
3
4
5
6
#!/bin/bash
#set -x

: ${CXX:=g++}

$CXX $LDFLAGS $CXXFLAGS -std=c++20 -Wall test.cc -o test && ./test