aboutsummaryrefslogtreecommitdiff
path: root/test/criterion.sh
blob: 5ad0756826b250e16623d03f95bfc248b8e642a9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

if [ ! -f "lib/criterion/meson.build" ]; then
	echo "lib/criterion is missing. It is a git submodule from https://github.com/Snaipe/Criterion at 9c01cbe.";
	exit 1;
fi

cd lib/criterion
meson setup build
meson compile -C build