############################################################################### # tc_admin.rb # # This exists mostly for the sake of the gemspec, so that it calls the right # test suite based on the platform. ############################################################################### $LOAD_PATH.unshift Dir.pwd $LOAD_PATH.unshift Dir.pwd + "/test" if File::ALT_SEPARATOR require "tc_windows" else require "tc_unix" end