Revisión | 8f5e4b202cec327caf60ce8041e7b2015fbe7f91 (tree) |
---|---|
Tiempo | 2013-01-24 23:11:56 |
Autor | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | 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
@@ -1,7 +1,7 @@ | ||
1 | 1 | #!/usr/bin/env ruby |
2 | 2 | #//************************************************************************// |
3 | 3 | #// Copyright (C) 2011-2012 Mikiya Fujii // |
4 | -#// Copyright (C) 2012-2012 Katsuhiko Nishimra // | |
4 | +#// Copyright (C) 2012-2013 Katsuhiko Nishimra // | |
5 | 5 | #// // |
6 | 6 | #// This file is part of MolDS. // |
7 | 7 | #// // |
@@ -19,6 +19,8 @@ | ||
19 | 19 | #// along with MolDS. If not, see <http://www.gnu.org/licenses/>. // |
20 | 20 | #//************************************************************************// |
21 | 21 | |
22 | +Dir.chdir(File.dirname(__FILE__)) | |
23 | + | |
22 | 24 | MolDSBin = "../src/MolDS.out".freeze |
23 | 25 | |
24 | 26 | module AllInclude |