summaryrefslogtreecommitdiff
path: root/_oasis
blob: e552a3ec2fd16b11f2e07cc37bcdcd91287fad3a (plain)
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
OASISFormat: 0.4
Name:        sid
Version:     0
Synopsis:    non
Authors:     phg
License:     GPL-3
BuildTools:  ocamlbuild
Plugins:     META (0.4), DevFiles (0.4)

Library "sid"
  Path:            .
  Modules:         Sid
  CompiledObject:  native
  BuildDepends:    stdint
  FindlibName:     sid

Executable "sid_test"
  Path:            .
  Build$:          flag(tests)
  MainIs:          sid_test.ml
  BuildDepends:    stdint, oUnit

Test "test_sid"
  Run$:            flag(tests)
  TestTools:       sid_test
  Command:         $sid_test