summaryrefslogtreecommitdiff
path: root/test/suite/test.sh
blob: 4638c0d4b7eaef6807db116f0e672d8a04ef0489 (plain)
1
2
3
4
#!/bin/bash
: ${CXX:=g++}

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