File: drctest.script

package info (click to toggle)
pcb 1%3A4.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 29,760 kB
  • sloc: ansic: 138,451; sh: 8,447; yacc: 5,135; pascal: 4,820; makefile: 2,039; perl: 580; lex: 439; awk: 116; lisp: 86; tcl: 63; xml: 20
file content (15 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# DRC test script
#
# The script saves the pcb to null so that we don't get a "lose changes"
# message when we try to open the next file.

##
# Minimum size tests
## 
DumpFlags("flags-before.txt")
DRC()
DRCReport("drcreport.txt")
DumpFlags("flags-after.txt")
SaveTo(LayoutAs, "null.pcb")
Quit(force)