2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00
Files
build/.ci/macos-test.sh
2025-11-27 22:50:53 -06:00

7 lines
67 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd test
./test_all.py ${TOOLSET}
cd ..