diff --git a/test/Jamfile.v2 b/test/Jamfile.v2
index 6f60b7c..2fa4aae 100644
--- a/test/Jamfile.v2
+++ b/test/Jamfile.v2
@@ -24,5 +24,5 @@ project
[ run endian_operations_test.cpp ]
[ run endian_in_union_test.cpp ]
[ run conversion_test.cpp ]
- [ run float_test.cpp ]
+ [ run floating_point_test.cpp ]
;
diff --git a/test/float_test.cpp b/test/floating_point_test.cpp
similarity index 99%
rename from test/float_test.cpp
rename to test/floating_point_test.cpp
index e024148..d771bee 100644
--- a/test/float_test.cpp
+++ b/test/floating_point_test.cpp
@@ -1,4 +1,4 @@
-// float_test.cpp --------------------------------------------------------------------//
+// floating_point_test.cpp -----------------------------------------------------------//
// Copyright Beman Dawes 2015
diff --git a/test/msvc/endian.sln b/test/msvc/endian.sln
index a46749d..fa0ceca 100644
--- a/test/msvc/endian.sln
+++ b/test/msvc/endian.sln
@@ -33,7 +33,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "experiment", "experiment\ex
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deprecated_test", "deprecated_test\deprecated_test.vcxproj", "{DA4BC67F-9284-4D2C-81D5-407312C31BD7}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "float_test", "float_test\float_test.vcxproj", "{27E8FDC5-9669-4940-B24F-94B21FFEE649}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "floating_point_test", "floating_point_test\floating_point_test.vcxproj", "{27E8FDC5-9669-4940-B24F-94B21FFEE649}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/test/msvc/float_test/float_test.vcxproj b/test/msvc/floating_point_test/floating_point_test.vcxproj
similarity index 97%
rename from test/msvc/float_test/float_test.vcxproj
rename to test/msvc/floating_point_test/floating_point_test.vcxproj
index 13e3dc2..73c1cad 100644
--- a/test/msvc/float_test/float_test.vcxproj
+++ b/test/msvc/floating_point_test/floating_point_test.vcxproj
@@ -14,6 +14,7 @@
{27E8FDC5-9669-4940-B24F-94B21FFEE649}
Win32Proj
float_test
+ floating_point_test
@@ -80,7 +81,7 @@
-
+