From a17956c56bc7491d30bde44e4381cc555490d883 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Tue, 28 Apr 2020 11:18:24 +0200 Subject: [PATCH] Move tests again --- tests/go/prog/{addprimesum/test.go => test_addprimesum.go} | 0 tests/go/prog/{alphamirror/test.go => test_alphamirror.go} | 0 tests/go/prog/{balancedstring/test.go => test_balancedstring.go} | 0 tests/go/prog/{boolean/test.go => test_boolean.go} | 0 tests/go/prog/{brackets/test.go => test_brackets.go} | 0 tests/go/prog/{brainfuck/test.go => test_brainfuck.go} | 0 tests/go/prog/{cat/test.go => test_cat.go} | 0 tests/go/prog/{cleanstr/test.go => test_cleanstr.go} | 0 tests/go/prog/{comcheck/test.go => test_comcheck.go} | 0 tests/go/prog/{costumeprofit/test.go => test_costumeprofit.go} | 0 tests/go/prog/{countdown/test.go => test_countdown.go} | 0 tests/go/prog/{displaya/test.go => test_displaya.go} | 0 tests/go/prog/{displayalpham/test.go => test_displayalpham.go} | 0 tests/go/prog/{displayalrevm/test.go => test_displayalrevm.go} | 0 tests/go/prog/{displayfile/test.go => test_displayfile.go} | 0 .../prog/{displayfirstparam/test.go => test_displayfirstparam.go} | 0 .../prog/{displaylastparam/test.go => test_displaylastparam.go} | 0 tests/go/prog/{displayz/test.go => test_displayz.go} | 0 tests/go/prog/{doop/test.go => test_doop.go} | 0 tests/go/prog/{expandstr/test.go => test_expandstr.go} | 0 tests/go/prog/{firstword/test.go => test_firstword.go} | 0 tests/go/prog/{fixthemain/test.go => test_fixthemain.go} | 0 tests/go/prog/{flags/test.go => test_flags.go} | 0 tests/go/prog/{fprime/test.go => test_fprime.go} | 0 tests/go/prog/{gcd/test.go => test_gcd.go} | 0 tests/go/prog/{grouping/test.go => test_grouping.go} | 0 tests/go/prog/{hello/test.go => test_hello.go} | 0 tests/go/prog/{hiddenp/test.go => test_hiddenp.go} | 0 tests/go/prog/{inter/test.go => test_inter.go} | 0 tests/go/prog/{ispowerof2/test.go => test_ispowerof2.go} | 0 tests/go/prog/{lastword/test.go => test_lastword.go} | 0 .../go/prog/{nbrconvertalpha/test.go => test_nbrconvertalpha.go} | 0 tests/go/prog/{nenokku/test.go => test_nenokku.go} | 0 tests/go/prog/{onlya/test.go => test_onlya.go} | 0 tests/go/prog/{onlyz/test.go => test_onlyz.go} | 0 tests/go/prog/{options/test.go => test_options.go} | 0 tests/go/prog/{paramcount/test.go => test_paramcount.go} | 0 tests/go/prog/{piglatin/test.go => test_piglatin.go} | 0 tests/go/prog/{pilot/test.go => test_pilot.go} | 0 tests/go/prog/{point/test.go => test_point.go} | 0 tests/go/prog/{printalphabet/test.go => test_printalphabet.go} | 0 tests/go/prog/{printbits/test.go => test_printbits.go} | 0 .../go/prog/{printchessboard/test.go => test_printchessboard.go} | 0 tests/go/prog/{printdigits/test.go => test_printdigits.go} | 0 tests/go/prog/{printhex/test.go => test_printhex.go} | 0 tests/go/prog/{printparams/test.go => test_printparams.go} | 0 .../prog/{printprogramname/test.go => test_printprogramname.go} | 0 tests/go/prog/{printrevcomb/test.go => test_printrevcomb.go} | 0 .../test.go => test_printreversealphabet.go} | 0 tests/go/prog/{raid2/test.go => test_raid2.go} | 0 tests/go/prog/{raid3/test.go => test_raid3.go} | 0 tests/go/prog/{range/test.go => test_range.go} | 0 tests/go/prog/{rectangle/test.go => test_rectangle.go} | 0 tests/go/prog/{repeatalpha/test.go => test_repeatalpha.go} | 0 tests/go/prog/{reverserange/test.go => test_reverserange.go} | 0 tests/go/prog/{reversestrcap/test.go => test_reversestrcap.go} | 0 tests/go/prog/{revparams/test.go => test_revparams.go} | 0 tests/go/prog/{revwstr/test.go => test_revwstr.go} | 0 tests/go/prog/{robottoorigin/test.go => test_robottoorigin.go} | 0 tests/go/prog/{romannumbers/test.go => test_romannumbers.go} | 0 tests/go/prog/{rostring/test.go => test_rostring.go} | 0 tests/go/prog/{rot13/test.go => test_rot13.go} | 0 tests/go/prog/{rotatevowels/test.go => test_rotatevowels.go} | 0 tests/go/prog/{rpncalc/test.go => test_rpncalc.go} | 0 tests/go/prog/{searchreplace/test.go => test_searchreplace.go} | 0 tests/go/prog/{sortparams/test.go => test_sortparams.go} | 0 tests/go/prog/{switchcase/test.go => test_switchcase.go} | 0 tests/go/prog/{tabmult/test.go => test_tabmult.go} | 0 .../go/prog/{tetrisoptimizer/test.go => test_tetrisoptimizer.go} | 0 tests/go/prog/{union/test.go => test_union.go} | 0 .../prog/{uniqueoccurences/test.go => test_uniqueoccurences.go} | 0 tests/go/prog/{wdmatch/test.go => test_wdmatch.go} | 0 tests/go/prog/{ztail/test.go => test_ztail.go} | 0 73 files changed, 0 insertions(+), 0 deletions(-) rename tests/go/prog/{addprimesum/test.go => test_addprimesum.go} (100%) rename tests/go/prog/{alphamirror/test.go => test_alphamirror.go} (100%) rename tests/go/prog/{balancedstring/test.go => test_balancedstring.go} (100%) rename tests/go/prog/{boolean/test.go => test_boolean.go} (100%) rename tests/go/prog/{brackets/test.go => test_brackets.go} (100%) rename tests/go/prog/{brainfuck/test.go => test_brainfuck.go} (100%) rename tests/go/prog/{cat/test.go => test_cat.go} (100%) rename tests/go/prog/{cleanstr/test.go => test_cleanstr.go} (100%) rename tests/go/prog/{comcheck/test.go => test_comcheck.go} (100%) rename tests/go/prog/{costumeprofit/test.go => test_costumeprofit.go} (100%) rename tests/go/prog/{countdown/test.go => test_countdown.go} (100%) rename tests/go/prog/{displaya/test.go => test_displaya.go} (100%) rename tests/go/prog/{displayalpham/test.go => test_displayalpham.go} (100%) rename tests/go/prog/{displayalrevm/test.go => test_displayalrevm.go} (100%) rename tests/go/prog/{displayfile/test.go => test_displayfile.go} (100%) rename tests/go/prog/{displayfirstparam/test.go => test_displayfirstparam.go} (100%) rename tests/go/prog/{displaylastparam/test.go => test_displaylastparam.go} (100%) rename tests/go/prog/{displayz/test.go => test_displayz.go} (100%) rename tests/go/prog/{doop/test.go => test_doop.go} (100%) rename tests/go/prog/{expandstr/test.go => test_expandstr.go} (100%) rename tests/go/prog/{firstword/test.go => test_firstword.go} (100%) rename tests/go/prog/{fixthemain/test.go => test_fixthemain.go} (100%) rename tests/go/prog/{flags/test.go => test_flags.go} (100%) rename tests/go/prog/{fprime/test.go => test_fprime.go} (100%) rename tests/go/prog/{gcd/test.go => test_gcd.go} (100%) rename tests/go/prog/{grouping/test.go => test_grouping.go} (100%) rename tests/go/prog/{hello/test.go => test_hello.go} (100%) rename tests/go/prog/{hiddenp/test.go => test_hiddenp.go} (100%) rename tests/go/prog/{inter/test.go => test_inter.go} (100%) rename tests/go/prog/{ispowerof2/test.go => test_ispowerof2.go} (100%) rename tests/go/prog/{lastword/test.go => test_lastword.go} (100%) rename tests/go/prog/{nbrconvertalpha/test.go => test_nbrconvertalpha.go} (100%) rename tests/go/prog/{nenokku/test.go => test_nenokku.go} (100%) rename tests/go/prog/{onlya/test.go => test_onlya.go} (100%) rename tests/go/prog/{onlyz/test.go => test_onlyz.go} (100%) rename tests/go/prog/{options/test.go => test_options.go} (100%) rename tests/go/prog/{paramcount/test.go => test_paramcount.go} (100%) rename tests/go/prog/{piglatin/test.go => test_piglatin.go} (100%) rename tests/go/prog/{pilot/test.go => test_pilot.go} (100%) rename tests/go/prog/{point/test.go => test_point.go} (100%) rename tests/go/prog/{printalphabet/test.go => test_printalphabet.go} (100%) rename tests/go/prog/{printbits/test.go => test_printbits.go} (100%) rename tests/go/prog/{printchessboard/test.go => test_printchessboard.go} (100%) rename tests/go/prog/{printdigits/test.go => test_printdigits.go} (100%) rename tests/go/prog/{printhex/test.go => test_printhex.go} (100%) rename tests/go/prog/{printparams/test.go => test_printparams.go} (100%) rename tests/go/prog/{printprogramname/test.go => test_printprogramname.go} (100%) rename tests/go/prog/{printrevcomb/test.go => test_printrevcomb.go} (100%) rename tests/go/prog/{printreversealphabet/test.go => test_printreversealphabet.go} (100%) rename tests/go/prog/{raid2/test.go => test_raid2.go} (100%) rename tests/go/prog/{raid3/test.go => test_raid3.go} (100%) rename tests/go/prog/{range/test.go => test_range.go} (100%) rename tests/go/prog/{rectangle/test.go => test_rectangle.go} (100%) rename tests/go/prog/{repeatalpha/test.go => test_repeatalpha.go} (100%) rename tests/go/prog/{reverserange/test.go => test_reverserange.go} (100%) rename tests/go/prog/{reversestrcap/test.go => test_reversestrcap.go} (100%) rename tests/go/prog/{revparams/test.go => test_revparams.go} (100%) rename tests/go/prog/{revwstr/test.go => test_revwstr.go} (100%) rename tests/go/prog/{robottoorigin/test.go => test_robottoorigin.go} (100%) rename tests/go/prog/{romannumbers/test.go => test_romannumbers.go} (100%) rename tests/go/prog/{rostring/test.go => test_rostring.go} (100%) rename tests/go/prog/{rot13/test.go => test_rot13.go} (100%) rename tests/go/prog/{rotatevowels/test.go => test_rotatevowels.go} (100%) rename tests/go/prog/{rpncalc/test.go => test_rpncalc.go} (100%) rename tests/go/prog/{searchreplace/test.go => test_searchreplace.go} (100%) rename tests/go/prog/{sortparams/test.go => test_sortparams.go} (100%) rename tests/go/prog/{switchcase/test.go => test_switchcase.go} (100%) rename tests/go/prog/{tabmult/test.go => test_tabmult.go} (100%) rename tests/go/prog/{tetrisoptimizer/test.go => test_tetrisoptimizer.go} (100%) rename tests/go/prog/{union/test.go => test_union.go} (100%) rename tests/go/prog/{uniqueoccurences/test.go => test_uniqueoccurences.go} (100%) rename tests/go/prog/{wdmatch/test.go => test_wdmatch.go} (100%) rename tests/go/prog/{ztail/test.go => test_ztail.go} (100%) diff --git a/tests/go/prog/addprimesum/test.go b/tests/go/prog/test_addprimesum.go similarity index 100% rename from tests/go/prog/addprimesum/test.go rename to tests/go/prog/test_addprimesum.go diff --git a/tests/go/prog/alphamirror/test.go b/tests/go/prog/test_alphamirror.go similarity index 100% rename from tests/go/prog/alphamirror/test.go rename to tests/go/prog/test_alphamirror.go diff --git a/tests/go/prog/balancedstring/test.go b/tests/go/prog/test_balancedstring.go similarity index 100% rename from tests/go/prog/balancedstring/test.go rename to tests/go/prog/test_balancedstring.go diff --git a/tests/go/prog/boolean/test.go b/tests/go/prog/test_boolean.go similarity index 100% rename from tests/go/prog/boolean/test.go rename to tests/go/prog/test_boolean.go diff --git a/tests/go/prog/brackets/test.go b/tests/go/prog/test_brackets.go similarity index 100% rename from tests/go/prog/brackets/test.go rename to tests/go/prog/test_brackets.go diff --git a/tests/go/prog/brainfuck/test.go b/tests/go/prog/test_brainfuck.go similarity index 100% rename from tests/go/prog/brainfuck/test.go rename to tests/go/prog/test_brainfuck.go diff --git a/tests/go/prog/cat/test.go b/tests/go/prog/test_cat.go similarity index 100% rename from tests/go/prog/cat/test.go rename to tests/go/prog/test_cat.go diff --git a/tests/go/prog/cleanstr/test.go b/tests/go/prog/test_cleanstr.go similarity index 100% rename from tests/go/prog/cleanstr/test.go rename to tests/go/prog/test_cleanstr.go diff --git a/tests/go/prog/comcheck/test.go b/tests/go/prog/test_comcheck.go similarity index 100% rename from tests/go/prog/comcheck/test.go rename to tests/go/prog/test_comcheck.go diff --git a/tests/go/prog/costumeprofit/test.go b/tests/go/prog/test_costumeprofit.go similarity index 100% rename from tests/go/prog/costumeprofit/test.go rename to tests/go/prog/test_costumeprofit.go diff --git a/tests/go/prog/countdown/test.go b/tests/go/prog/test_countdown.go similarity index 100% rename from tests/go/prog/countdown/test.go rename to tests/go/prog/test_countdown.go diff --git a/tests/go/prog/displaya/test.go b/tests/go/prog/test_displaya.go similarity index 100% rename from tests/go/prog/displaya/test.go rename to tests/go/prog/test_displaya.go diff --git a/tests/go/prog/displayalpham/test.go b/tests/go/prog/test_displayalpham.go similarity index 100% rename from tests/go/prog/displayalpham/test.go rename to tests/go/prog/test_displayalpham.go diff --git a/tests/go/prog/displayalrevm/test.go b/tests/go/prog/test_displayalrevm.go similarity index 100% rename from tests/go/prog/displayalrevm/test.go rename to tests/go/prog/test_displayalrevm.go diff --git a/tests/go/prog/displayfile/test.go b/tests/go/prog/test_displayfile.go similarity index 100% rename from tests/go/prog/displayfile/test.go rename to tests/go/prog/test_displayfile.go diff --git a/tests/go/prog/displayfirstparam/test.go b/tests/go/prog/test_displayfirstparam.go similarity index 100% rename from tests/go/prog/displayfirstparam/test.go rename to tests/go/prog/test_displayfirstparam.go diff --git a/tests/go/prog/displaylastparam/test.go b/tests/go/prog/test_displaylastparam.go similarity index 100% rename from tests/go/prog/displaylastparam/test.go rename to tests/go/prog/test_displaylastparam.go diff --git a/tests/go/prog/displayz/test.go b/tests/go/prog/test_displayz.go similarity index 100% rename from tests/go/prog/displayz/test.go rename to tests/go/prog/test_displayz.go diff --git a/tests/go/prog/doop/test.go b/tests/go/prog/test_doop.go similarity index 100% rename from tests/go/prog/doop/test.go rename to tests/go/prog/test_doop.go diff --git a/tests/go/prog/expandstr/test.go b/tests/go/prog/test_expandstr.go similarity index 100% rename from tests/go/prog/expandstr/test.go rename to tests/go/prog/test_expandstr.go diff --git a/tests/go/prog/firstword/test.go b/tests/go/prog/test_firstword.go similarity index 100% rename from tests/go/prog/firstword/test.go rename to tests/go/prog/test_firstword.go diff --git a/tests/go/prog/fixthemain/test.go b/tests/go/prog/test_fixthemain.go similarity index 100% rename from tests/go/prog/fixthemain/test.go rename to tests/go/prog/test_fixthemain.go diff --git a/tests/go/prog/flags/test.go b/tests/go/prog/test_flags.go similarity index 100% rename from tests/go/prog/flags/test.go rename to tests/go/prog/test_flags.go diff --git a/tests/go/prog/fprime/test.go b/tests/go/prog/test_fprime.go similarity index 100% rename from tests/go/prog/fprime/test.go rename to tests/go/prog/test_fprime.go diff --git a/tests/go/prog/gcd/test.go b/tests/go/prog/test_gcd.go similarity index 100% rename from tests/go/prog/gcd/test.go rename to tests/go/prog/test_gcd.go diff --git a/tests/go/prog/grouping/test.go b/tests/go/prog/test_grouping.go similarity index 100% rename from tests/go/prog/grouping/test.go rename to tests/go/prog/test_grouping.go diff --git a/tests/go/prog/hello/test.go b/tests/go/prog/test_hello.go similarity index 100% rename from tests/go/prog/hello/test.go rename to tests/go/prog/test_hello.go diff --git a/tests/go/prog/hiddenp/test.go b/tests/go/prog/test_hiddenp.go similarity index 100% rename from tests/go/prog/hiddenp/test.go rename to tests/go/prog/test_hiddenp.go diff --git a/tests/go/prog/inter/test.go b/tests/go/prog/test_inter.go similarity index 100% rename from tests/go/prog/inter/test.go rename to tests/go/prog/test_inter.go diff --git a/tests/go/prog/ispowerof2/test.go b/tests/go/prog/test_ispowerof2.go similarity index 100% rename from tests/go/prog/ispowerof2/test.go rename to tests/go/prog/test_ispowerof2.go diff --git a/tests/go/prog/lastword/test.go b/tests/go/prog/test_lastword.go similarity index 100% rename from tests/go/prog/lastword/test.go rename to tests/go/prog/test_lastword.go diff --git a/tests/go/prog/nbrconvertalpha/test.go b/tests/go/prog/test_nbrconvertalpha.go similarity index 100% rename from tests/go/prog/nbrconvertalpha/test.go rename to tests/go/prog/test_nbrconvertalpha.go diff --git a/tests/go/prog/nenokku/test.go b/tests/go/prog/test_nenokku.go similarity index 100% rename from tests/go/prog/nenokku/test.go rename to tests/go/prog/test_nenokku.go diff --git a/tests/go/prog/onlya/test.go b/tests/go/prog/test_onlya.go similarity index 100% rename from tests/go/prog/onlya/test.go rename to tests/go/prog/test_onlya.go diff --git a/tests/go/prog/onlyz/test.go b/tests/go/prog/test_onlyz.go similarity index 100% rename from tests/go/prog/onlyz/test.go rename to tests/go/prog/test_onlyz.go diff --git a/tests/go/prog/options/test.go b/tests/go/prog/test_options.go similarity index 100% rename from tests/go/prog/options/test.go rename to tests/go/prog/test_options.go diff --git a/tests/go/prog/paramcount/test.go b/tests/go/prog/test_paramcount.go similarity index 100% rename from tests/go/prog/paramcount/test.go rename to tests/go/prog/test_paramcount.go diff --git a/tests/go/prog/piglatin/test.go b/tests/go/prog/test_piglatin.go similarity index 100% rename from tests/go/prog/piglatin/test.go rename to tests/go/prog/test_piglatin.go diff --git a/tests/go/prog/pilot/test.go b/tests/go/prog/test_pilot.go similarity index 100% rename from tests/go/prog/pilot/test.go rename to tests/go/prog/test_pilot.go diff --git a/tests/go/prog/point/test.go b/tests/go/prog/test_point.go similarity index 100% rename from tests/go/prog/point/test.go rename to tests/go/prog/test_point.go diff --git a/tests/go/prog/printalphabet/test.go b/tests/go/prog/test_printalphabet.go similarity index 100% rename from tests/go/prog/printalphabet/test.go rename to tests/go/prog/test_printalphabet.go diff --git a/tests/go/prog/printbits/test.go b/tests/go/prog/test_printbits.go similarity index 100% rename from tests/go/prog/printbits/test.go rename to tests/go/prog/test_printbits.go diff --git a/tests/go/prog/printchessboard/test.go b/tests/go/prog/test_printchessboard.go similarity index 100% rename from tests/go/prog/printchessboard/test.go rename to tests/go/prog/test_printchessboard.go diff --git a/tests/go/prog/printdigits/test.go b/tests/go/prog/test_printdigits.go similarity index 100% rename from tests/go/prog/printdigits/test.go rename to tests/go/prog/test_printdigits.go diff --git a/tests/go/prog/printhex/test.go b/tests/go/prog/test_printhex.go similarity index 100% rename from tests/go/prog/printhex/test.go rename to tests/go/prog/test_printhex.go diff --git a/tests/go/prog/printparams/test.go b/tests/go/prog/test_printparams.go similarity index 100% rename from tests/go/prog/printparams/test.go rename to tests/go/prog/test_printparams.go diff --git a/tests/go/prog/printprogramname/test.go b/tests/go/prog/test_printprogramname.go similarity index 100% rename from tests/go/prog/printprogramname/test.go rename to tests/go/prog/test_printprogramname.go diff --git a/tests/go/prog/printrevcomb/test.go b/tests/go/prog/test_printrevcomb.go similarity index 100% rename from tests/go/prog/printrevcomb/test.go rename to tests/go/prog/test_printrevcomb.go diff --git a/tests/go/prog/printreversealphabet/test.go b/tests/go/prog/test_printreversealphabet.go similarity index 100% rename from tests/go/prog/printreversealphabet/test.go rename to tests/go/prog/test_printreversealphabet.go diff --git a/tests/go/prog/raid2/test.go b/tests/go/prog/test_raid2.go similarity index 100% rename from tests/go/prog/raid2/test.go rename to tests/go/prog/test_raid2.go diff --git a/tests/go/prog/raid3/test.go b/tests/go/prog/test_raid3.go similarity index 100% rename from tests/go/prog/raid3/test.go rename to tests/go/prog/test_raid3.go diff --git a/tests/go/prog/range/test.go b/tests/go/prog/test_range.go similarity index 100% rename from tests/go/prog/range/test.go rename to tests/go/prog/test_range.go diff --git a/tests/go/prog/rectangle/test.go b/tests/go/prog/test_rectangle.go similarity index 100% rename from tests/go/prog/rectangle/test.go rename to tests/go/prog/test_rectangle.go diff --git a/tests/go/prog/repeatalpha/test.go b/tests/go/prog/test_repeatalpha.go similarity index 100% rename from tests/go/prog/repeatalpha/test.go rename to tests/go/prog/test_repeatalpha.go diff --git a/tests/go/prog/reverserange/test.go b/tests/go/prog/test_reverserange.go similarity index 100% rename from tests/go/prog/reverserange/test.go rename to tests/go/prog/test_reverserange.go diff --git a/tests/go/prog/reversestrcap/test.go b/tests/go/prog/test_reversestrcap.go similarity index 100% rename from tests/go/prog/reversestrcap/test.go rename to tests/go/prog/test_reversestrcap.go diff --git a/tests/go/prog/revparams/test.go b/tests/go/prog/test_revparams.go similarity index 100% rename from tests/go/prog/revparams/test.go rename to tests/go/prog/test_revparams.go diff --git a/tests/go/prog/revwstr/test.go b/tests/go/prog/test_revwstr.go similarity index 100% rename from tests/go/prog/revwstr/test.go rename to tests/go/prog/test_revwstr.go diff --git a/tests/go/prog/robottoorigin/test.go b/tests/go/prog/test_robottoorigin.go similarity index 100% rename from tests/go/prog/robottoorigin/test.go rename to tests/go/prog/test_robottoorigin.go diff --git a/tests/go/prog/romannumbers/test.go b/tests/go/prog/test_romannumbers.go similarity index 100% rename from tests/go/prog/romannumbers/test.go rename to tests/go/prog/test_romannumbers.go diff --git a/tests/go/prog/rostring/test.go b/tests/go/prog/test_rostring.go similarity index 100% rename from tests/go/prog/rostring/test.go rename to tests/go/prog/test_rostring.go diff --git a/tests/go/prog/rot13/test.go b/tests/go/prog/test_rot13.go similarity index 100% rename from tests/go/prog/rot13/test.go rename to tests/go/prog/test_rot13.go diff --git a/tests/go/prog/rotatevowels/test.go b/tests/go/prog/test_rotatevowels.go similarity index 100% rename from tests/go/prog/rotatevowels/test.go rename to tests/go/prog/test_rotatevowels.go diff --git a/tests/go/prog/rpncalc/test.go b/tests/go/prog/test_rpncalc.go similarity index 100% rename from tests/go/prog/rpncalc/test.go rename to tests/go/prog/test_rpncalc.go diff --git a/tests/go/prog/searchreplace/test.go b/tests/go/prog/test_searchreplace.go similarity index 100% rename from tests/go/prog/searchreplace/test.go rename to tests/go/prog/test_searchreplace.go diff --git a/tests/go/prog/sortparams/test.go b/tests/go/prog/test_sortparams.go similarity index 100% rename from tests/go/prog/sortparams/test.go rename to tests/go/prog/test_sortparams.go diff --git a/tests/go/prog/switchcase/test.go b/tests/go/prog/test_switchcase.go similarity index 100% rename from tests/go/prog/switchcase/test.go rename to tests/go/prog/test_switchcase.go diff --git a/tests/go/prog/tabmult/test.go b/tests/go/prog/test_tabmult.go similarity index 100% rename from tests/go/prog/tabmult/test.go rename to tests/go/prog/test_tabmult.go diff --git a/tests/go/prog/tetrisoptimizer/test.go b/tests/go/prog/test_tetrisoptimizer.go similarity index 100% rename from tests/go/prog/tetrisoptimizer/test.go rename to tests/go/prog/test_tetrisoptimizer.go diff --git a/tests/go/prog/union/test.go b/tests/go/prog/test_union.go similarity index 100% rename from tests/go/prog/union/test.go rename to tests/go/prog/test_union.go diff --git a/tests/go/prog/uniqueoccurences/test.go b/tests/go/prog/test_uniqueoccurences.go similarity index 100% rename from tests/go/prog/uniqueoccurences/test.go rename to tests/go/prog/test_uniqueoccurences.go diff --git a/tests/go/prog/wdmatch/test.go b/tests/go/prog/test_wdmatch.go similarity index 100% rename from tests/go/prog/wdmatch/test.go rename to tests/go/prog/test_wdmatch.go diff --git a/tests/go/prog/ztail/test.go b/tests/go/prog/test_ztail.go similarity index 100% rename from tests/go/prog/ztail/test.go rename to tests/go/prog/test_ztail.go