summaryrefslogtreecommitdiffstats
path: root/tests/generic/002-toprammer-layout.test
blob: 188ad89a88db674fcfa3e802288d7f50377b9af8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

function test_run
{
	# Some basic toprammer-layout tests
	toprammer_layout_silent -h
	toprammer_layout_silent --help
	toprammer_layout_silent --device TOP2049 --package DIP28 --vcc 1 --vpp 2 --gnd 3
	toprammer_layout_silent --device top2049 --package atmega8dip28
}
bues.ch cgit interface