mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
8 lines
74 B
Bash
Executable File
8 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
set -ev
|
|
|
|
source ci/travis/lua_env.sh
|
|
busted -o TAP ci/test/
|
|
|
|
|