remove builtin tests as they are already covered.

This commit is contained in:
Mike Romberg 2016-06-04 14:12:33 -06:00
commit 2ea01f349d
11 changed files with 1 additions and 93 deletions

View file

@ -10,6 +10,3 @@ additional code in the python wrappers.
vanilla # "plane Jane" module both halves in pkg1
vanilla_split # python 1/2 in pkg1 C 1/2 in global namespace
builtin # both halves in pkg1 (-builtin passed to swig)
builtin # python 1/2 in pkg1 C 1/2 in global namespace (with -builtin)