summaryrefslogtreecommitdiffstats
path: root/src/isa-l/tools/test_tools.sh
blob: 448b1f92b713b668f4a46d8429199cad855aeb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

function test_start()
{
        echo "entering test: $1"
}

function test_end()
{
        echo "leaving test: $1 status: $2"
}