blob: c8c8ad03a57fd369fc47e50f0757dc88a55884bf (
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
28
29
30
31
32
33
34
35
36
37
38
|
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
Executable "sidparse"
Path: util
CompiledObject: native
MainIs: sidparse.ml
BuildDepends: sid, stdint, cmdliner, unix
Test "test_sidparse"
Run$: flag(tests)
TestTools: util/sidparse_test.sh
Command: util/sidparse_test.sh
|