summaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/timing/precomputed-time-tests/002-single-file-sorting/run.sh
blob: 4f39b3ce7e35aa5bd7160f5199a1febfc9d95eff (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -x
set -e

cd "$(dirname "${BASH_SOURCE[0]}")"

"$COQLIB"/tools/make-one-time-file.py time-of-build.log.in time-of-build-pretty.log

diff -u time-of-build-pretty.log.expected time-of-build-pretty.log || exit $?