fio: use LDFLAGS when linking dynamic engines
[fio.git] / ci / actions-smoke-test.sh
CommitLineData
ce1b5612
SW
1#!/bin/bash
2# This script expects to be invoked from the base fio directory.
3set -eu
4
5main() {
6 echo "Running smoke tests..."
7 make test
8}
9
10main