all: g++ -Wall -std=c++11 -o $1 $1.cpp test: ./$1 || exit 1