blob: d48d3f5d5b56fd9c62bc27d3a38d662546336883 (
plain) (
tree)
|
|
#!/usr/bin/env bash
# Copyright (c) 2019 Egor Tensin <Egor.Tensin@gmail.com>
# This file is part of the "VK scripts" project.
# For details, see https://github.com/egor-tensin/vk-scripts.
# Distributed under the MIT License.
set -o xtrace
./.travis/test/mutual_friends.sh
./.travis/test/show_status.sh
./.travis/test/track_status.sh
./.travis/test/online_sessions.sh
|