blob: ff3f67c3db5381e1aca609d423e5de42de9da924 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
(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))
(executable
(name test_eventlog)
(modules test_eventlog)
(libraries nock_lib eio_main))
(executable
(name test_state)
(modules test_state)
(libraries nock_lib eio_main unix))
(executable
(name test_multicore)
(modules test_multicore)
(libraries nock_lib eio_main unix))
(executable
(name test_runtime)
(modules test_runtime)
(libraries nock_lib io_drivers eio_main unix))
(executable
(name test_parallel_nock)
(modules test_parallel_nock)
(libraries nock_lib eio_main unix domainslib))
|