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

test_init()
{
	request_DUT "w29ee011dip32" || return 1
	return 0
}

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