From 42d3b9289147bac965e0d057ba2b4cf988cbd1a2 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Wed, 16 Sep 2020 17:50:21 +0800 Subject: [PATCH] test(doctest): add doctest for megengine dir GitOrigin-RevId: c31bbb1afc0003cb3700ecdde7db6dafc6c5f46e --- imperative/python/test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imperative/python/test/run.sh b/imperative/python/test/run.sh index 0f1f0fd79..967740a87 100755 --- a/imperative/python/test/run.sh +++ b/imperative/python/test/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -test_dirs="test" +test_dirs="test megengine" TEST_PLAT=$1 if [[ "$TEST_PLAT" == cpu ]]; then -- GitLab