Browse Source

test(doctest): add doctest for megengine dir

GitOrigin-RevId: c31bbb1afc
release-1.1
Megvii Engine Team 4 years ago
parent
commit
42d3b92891
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      imperative/python/test/run.sh

+ 1
- 1
imperative/python/test/run.sh View File

@@ -1,6 +1,6 @@
#!/bin/bash -e

test_dirs="test"
test_dirs="test megengine"
TEST_PLAT=$1

if [[ "$TEST_PLAT" == cpu ]]; then


Loading…
Cancel
Save