Browse Source

Move tests again

pull/533/head
Xavier Petit 4 years ago committed by xpetit
parent
commit
a17956c56b
  1. 0
      tests/go/prog/test_addprimesum.go
  2. 0
      tests/go/prog/test_alphamirror.go
  3. 0
      tests/go/prog/test_balancedstring.go
  4. 0
      tests/go/prog/test_boolean.go
  5. 0
      tests/go/prog/test_brackets.go
  6. 0
      tests/go/prog/test_brainfuck.go
  7. 0
      tests/go/prog/test_cat.go
  8. 0
      tests/go/prog/test_cleanstr.go
  9. 0
      tests/go/prog/test_comcheck.go
  10. 0
      tests/go/prog/test_costumeprofit.go
  11. 0
      tests/go/prog/test_countdown.go
  12. 0
      tests/go/prog/test_displaya.go
  13. 0
      tests/go/prog/test_displayalpham.go
  14. 0
      tests/go/prog/test_displayalrevm.go
  15. 0
      tests/go/prog/test_displayfile.go
  16. 0
      tests/go/prog/test_displayfirstparam.go
  17. 0
      tests/go/prog/test_displaylastparam.go
  18. 0
      tests/go/prog/test_displayz.go
  19. 0
      tests/go/prog/test_doop.go
  20. 0
      tests/go/prog/test_expandstr.go
  21. 0
      tests/go/prog/test_firstword.go
  22. 0
      tests/go/prog/test_fixthemain.go
  23. 0
      tests/go/prog/test_flags.go
  24. 0
      tests/go/prog/test_fprime.go
  25. 0
      tests/go/prog/test_gcd.go
  26. 0
      tests/go/prog/test_grouping.go
  27. 0
      tests/go/prog/test_hello.go
  28. 0
      tests/go/prog/test_hiddenp.go
  29. 0
      tests/go/prog/test_inter.go
  30. 0
      tests/go/prog/test_ispowerof2.go
  31. 0
      tests/go/prog/test_lastword.go
  32. 0
      tests/go/prog/test_nbrconvertalpha.go
  33. 0
      tests/go/prog/test_nenokku.go
  34. 0
      tests/go/prog/test_onlya.go
  35. 0
      tests/go/prog/test_onlyz.go
  36. 0
      tests/go/prog/test_options.go
  37. 0
      tests/go/prog/test_paramcount.go
  38. 0
      tests/go/prog/test_piglatin.go
  39. 0
      tests/go/prog/test_pilot.go
  40. 0
      tests/go/prog/test_point.go
  41. 0
      tests/go/prog/test_printalphabet.go
  42. 0
      tests/go/prog/test_printbits.go
  43. 0
      tests/go/prog/test_printchessboard.go
  44. 0
      tests/go/prog/test_printdigits.go
  45. 0
      tests/go/prog/test_printhex.go
  46. 0
      tests/go/prog/test_printparams.go
  47. 0
      tests/go/prog/test_printprogramname.go
  48. 0
      tests/go/prog/test_printrevcomb.go
  49. 0
      tests/go/prog/test_printreversealphabet.go
  50. 0
      tests/go/prog/test_raid2.go
  51. 0
      tests/go/prog/test_raid3.go
  52. 0
      tests/go/prog/test_range.go
  53. 0
      tests/go/prog/test_rectangle.go
  54. 0
      tests/go/prog/test_repeatalpha.go
  55. 0
      tests/go/prog/test_reverserange.go
  56. 0
      tests/go/prog/test_reversestrcap.go
  57. 0
      tests/go/prog/test_revparams.go
  58. 0
      tests/go/prog/test_revwstr.go
  59. 0
      tests/go/prog/test_robottoorigin.go
  60. 0
      tests/go/prog/test_romannumbers.go
  61. 0
      tests/go/prog/test_rostring.go
  62. 0
      tests/go/prog/test_rot13.go
  63. 0
      tests/go/prog/test_rotatevowels.go
  64. 0
      tests/go/prog/test_rpncalc.go
  65. 0
      tests/go/prog/test_searchreplace.go
  66. 0
      tests/go/prog/test_sortparams.go
  67. 0
      tests/go/prog/test_switchcase.go
  68. 0
      tests/go/prog/test_tabmult.go
  69. 0
      tests/go/prog/test_tetrisoptimizer.go
  70. 0
      tests/go/prog/test_union.go
  71. 0
      tests/go/prog/test_uniqueoccurences.go
  72. 0
      tests/go/prog/test_wdmatch.go
  73. 0
      tests/go/prog/test_ztail.go

0
tests/go/prog/addprimesum/test.go → tests/go/prog/test_addprimesum.go

0
tests/go/prog/alphamirror/test.go → tests/go/prog/test_alphamirror.go

0
tests/go/prog/balancedstring/test.go → tests/go/prog/test_balancedstring.go

0
tests/go/prog/boolean/test.go → tests/go/prog/test_boolean.go

0
tests/go/prog/brackets/test.go → tests/go/prog/test_brackets.go

0
tests/go/prog/brainfuck/test.go → tests/go/prog/test_brainfuck.go

0
tests/go/prog/cat/test.go → tests/go/prog/test_cat.go

0
tests/go/prog/cleanstr/test.go → tests/go/prog/test_cleanstr.go

0
tests/go/prog/comcheck/test.go → tests/go/prog/test_comcheck.go

0
tests/go/prog/costumeprofit/test.go → tests/go/prog/test_costumeprofit.go

0
tests/go/prog/countdown/test.go → tests/go/prog/test_countdown.go

0
tests/go/prog/displaya/test.go → tests/go/prog/test_displaya.go

0
tests/go/prog/displayalpham/test.go → tests/go/prog/test_displayalpham.go

0
tests/go/prog/displayalrevm/test.go → tests/go/prog/test_displayalrevm.go

0
tests/go/prog/displayfile/test.go → tests/go/prog/test_displayfile.go

0
tests/go/prog/displayfirstparam/test.go → tests/go/prog/test_displayfirstparam.go

0
tests/go/prog/displaylastparam/test.go → tests/go/prog/test_displaylastparam.go

0
tests/go/prog/displayz/test.go → tests/go/prog/test_displayz.go

0
tests/go/prog/doop/test.go → tests/go/prog/test_doop.go

0
tests/go/prog/expandstr/test.go → tests/go/prog/test_expandstr.go

0
tests/go/prog/firstword/test.go → tests/go/prog/test_firstword.go

0
tests/go/prog/fixthemain/test.go → tests/go/prog/test_fixthemain.go

0
tests/go/prog/flags/test.go → tests/go/prog/test_flags.go

0
tests/go/prog/fprime/test.go → tests/go/prog/test_fprime.go

0
tests/go/prog/gcd/test.go → tests/go/prog/test_gcd.go

0
tests/go/prog/grouping/test.go → tests/go/prog/test_grouping.go

0
tests/go/prog/hello/test.go → tests/go/prog/test_hello.go

0
tests/go/prog/hiddenp/test.go → tests/go/prog/test_hiddenp.go

0
tests/go/prog/inter/test.go → tests/go/prog/test_inter.go

0
tests/go/prog/ispowerof2/test.go → tests/go/prog/test_ispowerof2.go

0
tests/go/prog/lastword/test.go → tests/go/prog/test_lastword.go

0
tests/go/prog/nbrconvertalpha/test.go → tests/go/prog/test_nbrconvertalpha.go

0
tests/go/prog/nenokku/test.go → tests/go/prog/test_nenokku.go

0
tests/go/prog/onlya/test.go → tests/go/prog/test_onlya.go

0
tests/go/prog/onlyz/test.go → tests/go/prog/test_onlyz.go

0
tests/go/prog/options/test.go → tests/go/prog/test_options.go

0
tests/go/prog/paramcount/test.go → tests/go/prog/test_paramcount.go

0
tests/go/prog/piglatin/test.go → tests/go/prog/test_piglatin.go

0
tests/go/prog/pilot/test.go → tests/go/prog/test_pilot.go

0
tests/go/prog/point/test.go → tests/go/prog/test_point.go

0
tests/go/prog/printalphabet/test.go → tests/go/prog/test_printalphabet.go

0
tests/go/prog/printbits/test.go → tests/go/prog/test_printbits.go

0
tests/go/prog/printchessboard/test.go → tests/go/prog/test_printchessboard.go

0
tests/go/prog/printdigits/test.go → tests/go/prog/test_printdigits.go

0
tests/go/prog/printhex/test.go → tests/go/prog/test_printhex.go

0
tests/go/prog/printparams/test.go → tests/go/prog/test_printparams.go

0
tests/go/prog/printprogramname/test.go → tests/go/prog/test_printprogramname.go

0
tests/go/prog/printrevcomb/test.go → tests/go/prog/test_printrevcomb.go

0
tests/go/prog/printreversealphabet/test.go → tests/go/prog/test_printreversealphabet.go

0
tests/go/prog/raid2/test.go → tests/go/prog/test_raid2.go

0
tests/go/prog/raid3/test.go → tests/go/prog/test_raid3.go

0
tests/go/prog/range/test.go → tests/go/prog/test_range.go

0
tests/go/prog/rectangle/test.go → tests/go/prog/test_rectangle.go

0
tests/go/prog/repeatalpha/test.go → tests/go/prog/test_repeatalpha.go

0
tests/go/prog/reverserange/test.go → tests/go/prog/test_reverserange.go

0
tests/go/prog/reversestrcap/test.go → tests/go/prog/test_reversestrcap.go

0
tests/go/prog/revparams/test.go → tests/go/prog/test_revparams.go

0
tests/go/prog/revwstr/test.go → tests/go/prog/test_revwstr.go

0
tests/go/prog/robottoorigin/test.go → tests/go/prog/test_robottoorigin.go

0
tests/go/prog/romannumbers/test.go → tests/go/prog/test_romannumbers.go

0
tests/go/prog/rostring/test.go → tests/go/prog/test_rostring.go

0
tests/go/prog/rot13/test.go → tests/go/prog/test_rot13.go

0
tests/go/prog/rotatevowels/test.go → tests/go/prog/test_rotatevowels.go

0
tests/go/prog/rpncalc/test.go → tests/go/prog/test_rpncalc.go

0
tests/go/prog/searchreplace/test.go → tests/go/prog/test_searchreplace.go

0
tests/go/prog/sortparams/test.go → tests/go/prog/test_sortparams.go

0
tests/go/prog/switchcase/test.go → tests/go/prog/test_switchcase.go

0
tests/go/prog/tabmult/test.go → tests/go/prog/test_tabmult.go

0
tests/go/prog/tetrisoptimizer/test.go → tests/go/prog/test_tetrisoptimizer.go

0
tests/go/prog/union/test.go → tests/go/prog/test_union.go

0
tests/go/prog/uniqueoccurences/test.go → tests/go/prog/test_uniqueoccurences.go

0
tests/go/prog/wdmatch/test.go → tests/go/prog/test_wdmatch.go

0
tests/go/prog/ztail/test.go → tests/go/prog/test_ztail.go

Loading…
Cancel
Save