diff --git a/justfile b/justfile index 6ba64e9..e141c63 100644 --- a/justfile +++ b/justfile @@ -256,12 +256,12 @@ expand *ARGS: benchmark *ARGS: cargo bench {{ARGS}} -runtest: +runtest *ARGS: @cd {{justfile_directory()}} && if test -d "test/documents" ; then \ rm -rf "test/documents"; \ fi @cd {{justfile_directory()}} && if test -r {{RUN_SRC}} ; then \ - ./{{RUN_SRC}}; \ + ./{{RUN_SRC}} {{ARGS}}; \ fi run *ARGS: