blob: 78b7f59815f6044bd63f7d0f6a465077cb62948b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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_filters.tests;
Analyser_query_test.tests;
Sql_db.tests;
]
|