Browse Source

Move tests is folders

pull/533/head
Xavier Petit 4 years ago committed by xpetit
parent
commit
47cdbb14bf
  1. 0
      tests/go/prog/addprimesum/test.go
  2. 0
      tests/go/prog/alphamirror/test.go
  3. 0
      tests/go/prog/balancedstring/test.go
  4. 0
      tests/go/prog/boolean/test.go
  5. 0
      tests/go/prog/brackets/test.go
  6. 0
      tests/go/prog/brainfuck/test.go
  7. 0
      tests/go/prog/cat/test.go
  8. 0
      tests/go/prog/cleanstr/test.go
  9. 0
      tests/go/prog/comcheck/test.go
  10. 0
      tests/go/prog/costumeprofit/test.go
  11. 0
      tests/go/prog/countdown/test.go
  12. 0
      tests/go/prog/displaya/test.go
  13. 0
      tests/go/prog/displayalpham/test.go
  14. 0
      tests/go/prog/displayalrevm/test.go
  15. 0
      tests/go/prog/displayfile/test.go
  16. 0
      tests/go/prog/displayfirstparam/test.go
  17. 0
      tests/go/prog/displaylastparam/test.go
  18. 0
      tests/go/prog/displayz/test.go
  19. 0
      tests/go/prog/doop/test.go
  20. 0
      tests/go/prog/expandstr/test.go
  21. 0
      tests/go/prog/firstword/test.go
  22. 0
      tests/go/prog/fixthemain/test.go
  23. 0
      tests/go/prog/flags/test.go
  24. 0
      tests/go/prog/fprime/test.go
  25. 0
      tests/go/prog/gcd/test.go
  26. 0
      tests/go/prog/grouping/test.go
  27. 0
      tests/go/prog/hello/test.go
  28. 0
      tests/go/prog/hiddenp/test.go
  29. 0
      tests/go/prog/inter/test.go
  30. 0
      tests/go/prog/ispowerof2/test.go
  31. 0
      tests/go/prog/lastword/test.go
  32. 0
      tests/go/prog/nbrconvertalpha/test.go
  33. 0
      tests/go/prog/nenokku/test.go
  34. 0
      tests/go/prog/onlya/test.go
  35. 0
      tests/go/prog/onlyz/test.go
  36. 0
      tests/go/prog/options/test.go
  37. 0
      tests/go/prog/paramcount/test.go
  38. 0
      tests/go/prog/piglatin/test.go
  39. 0
      tests/go/prog/pilot/test.go
  40. 0
      tests/go/prog/point/test.go
  41. 0
      tests/go/prog/printalphabet/test.go
  42. 0
      tests/go/prog/printbits/test.go
  43. 0
      tests/go/prog/printchessboard/test.go
  44. 0
      tests/go/prog/printdigits/test.go
  45. 0
      tests/go/prog/printhex/test.go
  46. 0
      tests/go/prog/printparams/test.go
  47. 0
      tests/go/prog/printprogramname/test.go
  48. 0
      tests/go/prog/printrevcomb/test.go
  49. 0
      tests/go/prog/printreversealphabet/test.go
  50. 0
      tests/go/prog/raid2/test.go
  51. 0
      tests/go/prog/raid3/test.go
  52. 0
      tests/go/prog/range/test.go
  53. 0
      tests/go/prog/rectangle/test.go
  54. 0
      tests/go/prog/repeatalpha/test.go
  55. 0
      tests/go/prog/reverserange/test.go
  56. 0
      tests/go/prog/reversestrcap/test.go
  57. 0
      tests/go/prog/revparams/test.go
  58. 0
      tests/go/prog/revwstr/test.go
  59. 0
      tests/go/prog/robottoorigin/test.go
  60. 0
      tests/go/prog/romannumbers/test.go
  61. 0
      tests/go/prog/rostring/test.go
  62. 0
      tests/go/prog/rot13/test.go
  63. 0
      tests/go/prog/rotatevowels/test.go
  64. 0
      tests/go/prog/rpncalc/test.go
  65. 0
      tests/go/prog/searchreplace/test.go
  66. 0
      tests/go/prog/sortparams/test.go
  67. 0
      tests/go/prog/switchcase/test.go
  68. 0
      tests/go/prog/tabmult/test.go
  69. 0
      tests/go/prog/tetrisoptimizer/test.go
  70. 0
      tests/go/prog/union/test.go
  71. 0
      tests/go/prog/uniqueoccurences/test.go
  72. 0
      tests/go/prog/wdmatch/test.go
  73. 0
      tests/go/prog/ztail/test.go

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save