File: README.md

package info (click to toggle)
bornagain 23.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 103,936 kB
  • sloc: cpp: 423,131; python: 40,997; javascript: 11,167; awk: 630; sh: 318; ruby: 173; xml: 130; makefile: 51; ansic: 24
file content (15 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This directory contains the the unconfigured source version
of the Python scripting examples, for developer use only.

The public version of the examples has been moved to directory
auto/Examples.

Another version, with mini detectors for use in automatized
testing, is in directory auto/MiniExamples.

These versions are generated at compile time by command 'make'.

The source scripts in the present directory contain code
snippets like "<%= test_mode ? 11 : 200 %>". They contain ruby code,
which is executed by the embedded ruby interpreter erb,
as programmed in CMakeLists.txt.