cinaps doesn't work with (include_subdirs unqualified) $ cat > dune-project < (lang dune 2.3) > (using cinaps 1.0) > EOF $ cat >dune < (include_subdirs unqualified) > (executable (name test)) > EOF $ mkdir sub $ cat >sub/dune < (cinaps (files test.ml)) > EOF $ cat >sub/test.ml < (*$ print_endline "\nhello" *) > (*$*) > let x = 1 > EOF $ dune runtest --diff-command diff 2>&1 | sed -E 's/[^ ]+sh/\$sh/' File "sub/test.ml", line 1, characters 0-0: 2,3c2 < (*) < let x = 1 --- > hello