aboutsummaryrefslogtreecommitdiff
path: root/tests/importer_test.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-03-01 08:39:02 +0100
committerSébastien Dailly <sebastien@dailly.me>2025-03-06 20:57:10 +0100
commit81db1bfd580791910646525e30bc45af34533987 (patch)
treec610f53c284d3707a3d6fe49486b5c09e66dc41f /tests/importer_test.ml
parent67320d8f04e1f302306b9aafdaaf4bafcf443839 (diff)
Rewrite the way to handle filters
Diffstat (limited to 'tests/importer_test.ml')
-rw-r--r--tests/importer_test.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/importer_test.ml b/tests/importer_test.ml
index a7b7f0d..78b7f59 100644
--- a/tests/importer_test.ml
+++ b/tests/importer_test.ml
@@ -11,6 +11,7 @@ let _ =
Expression_type_of.tests;
Expression_query.tests;
Analyser_dependency.tests;
+ Analyser_filters.tests;
Analyser_query_test.tests;
Sql_db.tests;
]