summaryrefslogtreecommitdiffstats
path: root/tests/top2049/004-hm62256dip28.test
blob: 84a7279e5dbbbf3f723df6bcd46fdb3776f0398e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

function test_init
{
	request_DUT "hm62256dip28" || return 1
	return 0
}

function test_run
{
	toprammer --write-ram "$testfile_32k"
	toprammer --read-ram "$tmpfile"
	compare_files "$testfile_32k" "$tmpfile" || die "RAM mismatch"
}
bues.ch cgit interface