blob: b0ad51d769a15bfb455079c6d2e872f2cef6d213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
(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))
(executable
(name test_hex)
(libraries nock_lib))
|