From ebffaa1397d1441b7491cfc83f562fdfd80817cf Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Tue, 16 Jan 2018 13:59:52 -0700 Subject: [PATCH] Avoid another conflict with python. Closes #284. --- test/{types.py => file_types.py} | 0 test/test_all.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{types.py => file_types.py} (100%) diff --git a/test/types.py b/test/file_types.py similarity index 100% rename from test/types.py rename to test/file_types.py diff --git a/test/test_all.py b/test/test_all.py index 428929f79..25789de78 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -223,6 +223,7 @@ tests = ["absolute_sources", "explicit", "feature_cxxflags", "feature_relevant", + "file_types", "generator_selection", "generators_test", "implicit_dependency", @@ -284,7 +285,6 @@ tests = ["absolute_sources", "toolset_gcc", "toolset_intel_darwin", "toolset_requirements", - "types", "unit_test", "unused", "use_requirements",