Add cases for tests without the -py3 flag even when PY3 is set.

This commit is contained in:
Mike Romberg 2016-06-02 17:29:05 -06:00
commit 355e4b4903
24 changed files with 181 additions and 3 deletions

View file

@ -1,7 +1,8 @@
TOP = ../../..
LIBS =
subdirs = builtin vanilla builtin_split vanilla_split
subdirs = builtin vanilla builtin_split vanilla_split \
builtin_nopy3 vanilla_nopy3 builtin_split_nopy3 vanilla_split_nopy3
check: build
for s in $(subdirs); do \