mirror of
https://github.com/boostorg/boost-tasks.git
synced 2026-01-25 06:02:11 +00:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
cd $(dirname $(dirname $0))
|
|
./vendor/bin/tester -c tests/config/php.ini -p php tests
|