blob: d40b9576d86da2631a8d2d3249042573c1c6431a [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001#!/bin/sh
2export PATH=$PATH:/usr/kernel-selftest/bpf
3
4# test_align
5test_align | grep "12 pass" &> /dev/null
6if [ $? == 0 ]; then
7 echo "[PASS]: test_align"
8else
9 echo "[FAIL]: test_align"
10fi
11