Skip to content

Commit

Permalink
remove useless codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daehyub Kim committed Nov 1, 2011
1 parent 4841027 commit e393cd3
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions setup.winxed
Expand Up @@ -174,8 +174,7 @@ function __test() {
${ get_global test_opt, 'test_target' }; ${ get_global test_opt, 'test_target' };


string command = './installable_cardinal '; string command = './installable_cardinal ';
var files = { var files = {};
};
files['general'] = glob('t/*.t'); files['general'] = glob('t/*.t');
files['array'] = glob('t/array/*.t'); files['array'] = glob('t/array/*.t');
files['file'] = glob('t/file/*.t'); files['file'] = glob('t/file/*.t');
Expand All @@ -191,15 +190,9 @@ function __test() {
target = { 'opt' : files[test_opt] }; target = { 'opt' : files[test_opt] };
} else { } else {
target = files; target = files;
//var t = glob('t/');
//for (string f in t) {
// say(f);
//}
//${ exit 0 };
} }


// TODO: dirty! // TODO: make sure runtests works
// run tests
for (string key in target) { for (string key in target) {
for (string file in target[key]) { for (string file in target[key]) {
//${ runtests file :flat, command :named('exec') }; //${ runtests file :flat, command :named('exec') };
Expand Down Expand Up @@ -232,10 +225,6 @@ function __smoke() {
cardinal['smolder_url'] = 'http://smolder.parrot.org/app/projects/process_add_report/10'; cardinal['smolder_url'] = 'http://smolder.parrot.org/app/projects/process_add_report/10';
} }


function __install() {

}

function __help() { function __help() {
var requirement; var requirement;
${ get_global requirement, 'requirement'}; ${ get_global requirement, 'requirement'};
Expand Down

0 comments on commit e393cd3

Please sign in to comment.