- fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: "ImportError: No module named _socket" because of copying wrong files over.

- move test -> tests, this name is used elsewhere in lib/tests.
- change interface code not to loop on a float value (clang warning), harmless, but with extreme cases an eternal loop would still be possible though unlikely.
This commit is contained in:
Campbell Barton
2011-01-23 11:42:29 +00:00
parent 552b36733b
commit d75216ba1c
8 changed files with 9 additions and 6 deletions

View File

@@ -35,4 +35,4 @@ if(WINDOWS)
add_subdirectory(icons)
endif()
add_subdirectory(test)
add_subdirectory(tests)