aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 958632b..f0fb860 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,3 +1,10 @@
{
- "run": true
-} \ No newline at end of file
+ "dependency-blocklist": [
+ "trybuild"
+ ],
+ "test-blocklist": [
+ "tests/compiletest.rs"
+ ],
+ "run": true,
+ "tests": true
+}