-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-sml.mlb
49 lines (47 loc) · 1.18 KB
/
test-sml.mlb
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
(* Everything *)
all-sml.mlb
(* Tests *)
bsq-bq/test/tests.sig
bsq-bq/test/test-support.sml
bsq-bq/test/test-bqvec.sml
bsq-bq/test/test-bqfft.sml
bsq-bq/test/test-bqresample.sml
bsq-bq/test/test-bqaudiostream.sml
bsq-bq/test/test-bqaudioio.sml
bsq-bq/test/test-all.sml
bsq-test/tests.sig
bsq-test/support.sml
bsq-test/run.sml
sml-stringinterpolate/test.sml
sml-csv/test.sml
sml-i18n/test.sml
bsq-signalbits/test.sml
bsq-complex/test.sml
bsq-matrix/test-checks.sml
bsq-matrix/test.sml
bsq-resampler/test-kaiser.sml
bsq-resampler/test-resampler.sml
bsq-resampler/test.sml
bsq-samplestreams/test.sml
bsq-randomaccess/test.sml
bsq-component/test.sml
bsq-cqt/test.sml
bsq-dtw/test.sml
bsq-hmm/test.sml
sml-ttl/test/test-dir.sml
sml-ttl/test/test-prefix.sml
sml-ttl/test/test-property.sml
sml-ttl/test/test-index.sml
sml-ttl/test/test-store.sml
sml-ttl/test/test-collection.sml
sml-ttl/test/test-turtle-parser.sml
sml-ttl/test/test-turtle-spec.sml
sml-ttl/test/test-curated.sml
sml-ttl/test/test-all.sml
(* Trie defines its own TestSupport structure not quite compatible *)
(* with our earlier one, so it has to be tested last *)
sml-trie/test-support.sml
sml-trie/test.sml
(* Run tests *)
test.sml
main.sml