• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン8f5e4b202cec327caf60ce8041e7b2015fbe7f91 (tree)
日時2013-01-24 23:11:56
作者Katsuhiko Nishimra <ktns.87@gmai...>
コミッターKatsuhiko Nishimra

ログメッセージ

Chdir to test directory at the firt of the test script. #30584

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1253 1136aad2-a195-0410-b898-f5ea1d11b9d8

変更サマリ

差分

--- a/test/Test_Of_MolDS.rb
+++ b/test/Test_Of_MolDS.rb
@@ -1,7 +1,7 @@
11 #!/usr/bin/env ruby
22 #//************************************************************************//
33 #// Copyright (C) 2011-2012 Mikiya Fujii //
4-#// Copyright (C) 2012-2012 Katsuhiko Nishimra //
4+#// Copyright (C) 2012-2013 Katsuhiko Nishimra //
55 #// //
66 #// This file is part of MolDS. //
77 #// //
@@ -19,6 +19,8 @@
1919 #// along with MolDS. If not, see <http://www.gnu.org/licenses/>. //
2020 #//************************************************************************//
2121
22+Dir.chdir(File.dirname(__FILE__))
23+
2224 MolDSBin = "../src/MolDS.out".freeze
2325
2426 module AllInclude