From 610e2646d19493406955a059dfd81c08d4d98f61 Mon Sep 17 00:00:00 2001 From: Allan Blanchard <allan.blanchard@cea.fr> Date: Fri, 19 Jul 2024 15:12:51 +0200 Subject: [PATCH] [tests] add misc cram tests to nix rule --- nix/kernel-tests.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/kernel-tests.nix b/nix/kernel-tests.nix index 91451c9310c..fcc7951889b 100644 --- a/nix/kernel-tests.nix +++ b/nix/kernel-tests.nix @@ -19,6 +19,7 @@ mk_tests { dune runtest -j1 --display short \ src/plugins/server/tests/batch \ tests/fc_script \ + tests/misc \ tests/syntax make -C share/machdeps check-schema ''; -- GitLab