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

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

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