X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/571142cfcfd7747cdb17a82547a3dab87280ea0f..97522ab7660372dcac5d2ac6bf1df5f9ae28b8ce:/Makefile diff --git a/Makefile b/Makefile index 863c961..3414035 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ build/quicktest: $(SRC) # build/test --test test: anymap doctest +bench: anymap build/test + build/test --bench + doctest: $(SRC) $(LIB) $(RUSTDOC) -L build --test src/lib.rs