From c24e86ed3dc8fa45ba23bf293fe5201766a723f2 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Wed, 19 Jan 2011 22:34:27 +0100 Subject: Add 74hc4094 testcase Signed-off-by: Michael Buesch --- tests/top2049/006-74hc4094dip16 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/top2049/006-74hc4094dip16 (limited to 'tests') diff --git a/tests/top2049/006-74hc4094dip16 b/tests/top2049/006-74hc4094dip16 new file mode 100644 index 0000000..0f45c74 --- /dev/null +++ b/tests/top2049/006-74hc4094dip16 @@ -0,0 +1,12 @@ +#!/bin/bash + +function test_init +{ + request_DUT "74hc4094dip16" || return 1 + return 0 +} + +function test_run +{ + toprammer --test +} -- cgit v1.2.3