split_wrapper -> split_modules to avoid conflict with clean rule

This commit is contained in:
Mike Romberg 2016-06-02 22:45:59 -06:00
commit ddc9fc1eb9
47 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,3 @@
import pkg1.foo
assert(pkg1.foo.count() == 3)