blob: a7b7f0dca9bf486d13c43367ca2026cbc23f8359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
let _ =
Alcotest.run "importer_tests"
[
ImportCSV_test.tests;
Sql_functions.tests;
Sql_trim.tests;
ImportConf_test.tests;
Configuration_toml.tests;
Configuration_expression.tests;
Expression_repr.tests;
Expression_type_of.tests;
Expression_query.tests;
Analyser_dependency.tests;
Analyser_query_test.tests;
Sql_db.tests;
]
|