summaryrefslogtreecommitdiffstats
path: root/tests/top2049/003-w29ee011dip32.test
blob: ad8a61915e8624a974776d6b08e62854b36cac50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

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

function test_run
{
	toprammer --erase

	toprammer --write-eeprom "$testfile_128k"
	toprammer --read-eeprom "$tmpfile"
	compare_files "$testfile_128k" "$tmpfile" || die "EEPROM mismatch"
}
bues.ch cgit interface