blob: b8cde90b8bdad870554ce9dbce3c0b8d1c035680 (
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
39
40
41
42
43
|
(test
(name test_nock)
(modules test_nock)
(libraries nock_lib zarith))
(test
(name test_serial)
(modules test_serial)
(libraries nock_lib zarith))
(test
(name test_jam_debug)
(modules test_jam_debug)
(libraries nock_lib zarith))
(test
(name bench_nock)
(modules bench_nock)
(libraries nock_lib zarith unix))
(test
(name bench_serial)
(modules bench_serial)
(libraries nock_lib zarith unix))
(executable
(name test_roundtrip)
(modules test_roundtrip)
(libraries nock_lib zarith))
(executable
(name test_bench_one)
(modules test_bench_one)
(libraries nock_lib zarith))
(executable
(name jam_compare)
(modules jam_compare)
(libraries nock_lib zarith))
(executable
(name test_hex)
(libraries nock_lib))
|