You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mpack/tools/unit.sh

11 lines
268 B
Bash

#!/bin/sh
# Builds and runs the unit test suite.
# Set CC before calling this to use a different compiler.
# Pass a configuration to run or pass "all" to run all configurations.
set -e
cd "$(dirname $0)/.."
test/unit/configure.py
ninja -f .build/unit/build.ninja $@