From 6b377719c10d5ab3343fd5221f99a4a21008e25a Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 14 Mar 2024 08:26:58 +0100 Subject: Initial commit --- tests/importer_test.ml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/importer_test.ml (limited to 'tests/importer_test.ml') diff --git a/tests/importer_test.ml b/tests/importer_test.ml new file mode 100644 index 0000000..16ea663 --- /dev/null +++ b/tests/importer_test.ml @@ -0,0 +1,21 @@ +open OUnit2 + +let _ = + run_test_tt_main + ("importer_tests" + >::: [ + ImportCSV_test.tests; + Sql_date.tests; + Sql_match.tests; + Sql_int.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; + ]) -- cgit v1.2.3