File: alltest

package info (click to toggle)
lepton-eda 1.9.18-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,024 kB
  • sloc: ansic: 66,688; lisp: 29,508; sh: 6,792; makefile: 3,111; perl: 1,404; pascal: 1,161; lex: 887; sed: 16; cpp: 8
file content (25 lines) | stat: -rwxr-xr-x 391 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh

# run tragesym over all test and example files

exe=../../scripts/lepton-tragesym

echo testing 4099.src
$exe 4099.src 4099.sym
echo

echo testing test1.src
$exe  test1.src test1.sym
echo

echo testing test2.src
$exe  test2.src test2.sym
echo

echo testing test3.src
$exe  test3.src test3.sym
echo

echo testing AT90S8535_TQFP.src
$exe  AT90S8535_TQFP.src AT90S8535_TQFP.sym
echo