File: README.md

package info (click to toggle)
librepcb 1.2.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,488 kB
  • sloc: cpp: 267,986; python: 12,100; ansic: 6,899; xml: 234; sh: 215; makefile: 115; perl: 73
file content (8 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# LibrePCB Tests

This directory contains tests for LibrePCB. Purpose of subdirectories:

- `data`: Data files (for example LibrePCB projects) used for the tests.
- `unittests`: Unit/integration tests for all static libraries of LibrePCB.
- `funq`: Functional tests (i.e. GUI tests) for LibrePCB.
- `cli`: System tests for the LibrePCB CLI.