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

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

test_run()
{
	toprammer --write-eeprom "$testfile_1k"
	toprammer --read-eeprom "$tmpfile"
	compare_files "$testfile_1k" "$tmpfile" || die "EEPROM mismatch"
}
bues.ch cgit interface