File: test1.oasis

package info (click to toggle)
oasis 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,432 kB
  • ctags: 2,908
  • sloc: ml: 31,357; makefile: 166; sh: 75; ansic: 48; awk: 26
file content (62 lines) | stat: -rw-r--r-- 1,169 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Name:         oasis
Version:      0.0.1
OASISFormat:  0.1
Synopsis:     Just a test
License:      GPL
LicenseFile:  LICENSE
Authors:      Sylvain Le Gall
BuildType:    None (0.2)
BuildDepends: oUnit (>= 0.1.2), benchmark (>= 0.6)
Description:
 This is a test to check that everything is working great
 with this kind of parser.
 .
 Coucou.

Flag devmod
  Description: build for developper
  Default: false

# Only available on i386
Flag ostest
  Description: Test on OS
  Default: false
  if system(hurd) && architecture(i386)
    Default: true

Flag linuxtest64
  Description: Linux 64bits only
  Default: false
  if system(linux) && architecture(amd64)
    Default: true
  else
    Default: false

Flag linuxtest32
  Description: Linux 32bits only
  Default: false
  if system(linux_elf) && architecture(i386)
    Default: true

Library toto
  Path: src/stuff
  if architecture(amd64)
    Build: true

  if architecture(amd64)
    Build: false
  else
    Build: true

  if flag(linuxtest32) || flag(linuxtest64) || flag(ostest)
    Build: false
  else
    Build: true

Library stuff
  Path: src/stuff
  Modules: A, B, C

Executable toto
  Path: src
  MainIs: toto.ml