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

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

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