mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 04:02:14 +00:00
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
cd test
|
|
./test_all.py ${TOOLSET}
|
|
cd ..
|