#!/bin/bash function test_init { request_DUT "74hc4094dip16" || return 1 return 0 } function test_run { toprammer --test }