File: README

package info (click to toggle)
maliit-framework 2.3.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,244 kB
  • sloc: cpp: 13,146; ansic: 2,506; xml: 299; makefile: 46; sh: 34; sed: 4
file content (11 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Note that the examples are compiled as part of the normal build,
and have simple sanity tests found under tests/
All newly added examples must contain such a test.
This is done to prevent bitrot.

To make the examples buildable both as a part of the normal
framework build, and as a stand-alone examples package, the BUILD_TYPE
is used.
The value "unittest" means normal framework build, and "skeleton" means
stand-alone.
When not in unittest mode, the build cannot refer to directories below examples/