Skip to content

Commit

Permalink
- Added: Script to initialize checkouts from externals dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kore Nordmann committed Jul 19, 2010
1 parent c098bae commit 05bdd91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tests/runner"]
path = tests/runner
url = git://github.com/kore/arbit-result-printer.git
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
init :
git submodules init
svn co svn://pureenergy.cc/systemProcess/trunk/src/classes src/external/system_process
2 changes: 1 addition & 1 deletion runTests
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ elseif ( count( $argv ) < 2 )
$_SERVER['argv'] = array_merge( $argv, array( 'phcTestSuite', 'tests/suite.php' ) );
}

require __DIR__ . '/tests/runner/command.php';
require __DIR__ . '/tests/runner/src/command.php';
arbitTextUiCommand::main();

1 change: 1 addition & 0 deletions tests/runner
Submodule runner added at 226b56

0 comments on commit 05bdd91

Please sign in to comment.