summaryrefslogtreecommitdiffstats
path: root/tests/generic/002-toprammer-layout.test
blob: 135b31dd03897a7aef9e068cbd9bd465c8dfae38 (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 --vccx 1 --vpp 2 --gnd 3
	toprammer_layout_silent --device top2049 --package atmega8dip28
}
bues.ch cgit interface