From 243e2f1e08bab44418289b936d65d417028108f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michele=20Orr=C3=B9?= Date: Sat, 21 Jan 2023 18:27:06 +0100 Subject: [PATCH] Create test-templates/README (#585) re-direct the confused user to the appropriate way of testing arkworks --- test-templates/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test-templates/README.md diff --git a/test-templates/README.md b/test-templates/README.md new file mode 100644 index 000000000..586bafe6f --- /dev/null +++ b/test-templates/README.md @@ -0,0 +1,4 @@ +# test-templates + +**Warning!!!** This package does not implement any tests, but exports templates and macros for testing. +In order to test arkworks, please run `cargo test` inside [algebra](https://github.com/arkworks-rs/algebra).