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" }