From 1450b869f9c56235ca0b44ef57f717b196a58e62 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 6 Jun 2021 23:23:46 -0400 Subject: [PATCH] try to fix ci --- examples/dune | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/dune b/examples/dune index e2a6a711..0be3cc1e 100644 --- a/examples/dune +++ b/examples/dune @@ -10,6 +10,7 @@ (alias (name runtest) (locks /ctest) + (deps (source_tree test_data)) (action (ignore-stdout (run ./id_sexp.exe test_data/benchpress.sexp)))) @@ -17,6 +18,7 @@ (alias (name runtest) (locks /ctest) + (deps (source_tree test_data)) (action (ignore-stdout (run ./ccparse_sexp.exe test_data/benchpress.sexp)))) @@ -24,6 +26,7 @@ (alias (name runtest) (locks /ctest) + (deps (source_tree test_data)) (action (ignore-stdout (run ./ccparse_irclogs.exe test_data/irc-logs.txt))))