Browse Source

Going to separate functions and programs in two different folders (because the underlying file hierarchy is going to be different, so I don't want to mix them, this is two completely different and independent ways of testing Go code)

content-update
Xavier Petit 4 years ago committed by xpetit
parent
commit
ac5cb21443
  1. 0
      tests/go/func/test_abort.go
  2. 0
      tests/go/func/test_activebits.go
  3. 0
      tests/go/func/test_advancedsortwordarr.go
  4. 0
      tests/go/func/test_alphacount.go
  5. 0
      tests/go/func/test_any.go
  6. 0
      tests/go/func/test_appendrange.go
  7. 0
      tests/go/func/test_atoi.go
  8. 0
      tests/go/func/test_atoibase.go
  9. 0
      tests/go/func/test_basicatoi.go
  10. 0
      tests/go/func/test_basicatoi2.go
  11. 0
      tests/go/func/test_basicjoin.go
  12. 0
      tests/go/func/test_btreeapplybylevel.go
  13. 0
      tests/go/func/test_btreeapplyinorder.go
  14. 0
      tests/go/func/test_btreeapplypostorder.go
  15. 0
      tests/go/func/test_btreeapplypreorder.go
  16. 0
      tests/go/func/test_btreedeletenode.go
  17. 0
      tests/go/func/test_btreeinsertdata.go
  18. 0
      tests/go/func/test_btreeisbinary.go
  19. 0
      tests/go/func/test_btreesearchitem.go
  20. 0
      tests/go/func/test_btreetransplant.go
  21. 0
      tests/go/func/test_capitalize.go
  22. 0
      tests/go/func/test_chunk.go
  23. 0
      tests/go/func/test_collatzcountdown.go
  24. 0
      tests/go/func/test_compact.go
  25. 0
      tests/go/func/test_compare.go
  26. 0
      tests/go/func/test_concat.go
  27. 0
      tests/go/func/test_concatparams.go
  28. 0
      tests/go/func/test_convertbase.go
  29. 0
      tests/go/func/test_countif.go
  30. 0
      tests/go/func/test_createelem.go
  31. 0
      tests/go/func/test_doppelganger.go
  32. 0
      tests/go/func/test_eightqueens.go
  33. 0
      tests/go/func/test_enigma.go
  34. 0
      tests/go/func/test_fib.go
  35. 0
      tests/go/func/test_fibonacci.go
  36. 0
      tests/go/func/test_findnextprime.go
  37. 0
      tests/go/func/test_findprevprime.go
  38. 0
      tests/go/func/test_firstrune.go
  39. 0
      tests/go/func/test_foldint.go
  40. 0
      tests/go/func/test_foreach.go
  41. 0
      tests/go/func/test_game23.go
  42. 0
      tests/go/func/test_halfcontest.go
  43. 0
      tests/go/func/test_index.go
  44. 0
      tests/go/func/test_interestingnumber.go
  45. 0
      tests/go/func/test_isalpha.go
  46. 0
      tests/go/func/test_isanagram.go
  47. 0
      tests/go/func/test_islower.go
  48. 0
      tests/go/func/test_isnegative.go
  49. 0
      tests/go/func/test_isnumeric.go
  50. 0
      tests/go/func/test_isprime.go
  51. 0
      tests/go/func/test_isprintable.go
  52. 0
      tests/go/func/test_issorted.go
  53. 0
      tests/go/func/test_isupper.go
  54. 0
      tests/go/func/test_iterativefactorial.go
  55. 0
      tests/go/func/test_iterativepower.go
  56. 0
      tests/go/func/test_itoa.go
  57. 0
      tests/go/func/test_itoabase.go
  58. 0
      tests/go/func/test_join.go
  59. 0
      tests/go/func/test_lastrune.go
  60. 0
      tests/go/func/test_lcm.go
  61. 0
      tests/go/func/test_listat.go
  62. 0
      tests/go/func/test_listclear.go
  63. 0
      tests/go/func/test_listfind.go
  64. 0
      tests/go/func/test_listforeach.go
  65. 0
      tests/go/func/test_listforeachif.go
  66. 0
      tests/go/func/test_listlast.go
  67. 0
      tests/go/func/test_listmerge.go
  68. 0
      tests/go/func/test_listpushback.go
  69. 0
      tests/go/func/test_listpushfront.go
  70. 0
      tests/go/func/test_listremoveif.go
  71. 0
      tests/go/func/test_listreverse.go
  72. 0
      tests/go/func/test_listsize.go
  73. 0
      tests/go/func/test_listsort.go
  74. 0
      tests/go/func/test_makerange.go
  75. 0
      tests/go/func/test_map.go
  76. 0
      tests/go/func/test_max.go
  77. 0
      tests/go/func/test_nauuo.go
  78. 0
      tests/go/func/test_nrune.go
  79. 0
      tests/go/func/test_printcomb.go
  80. 0
      tests/go/func/test_printcomb2.go
  81. 0
      tests/go/func/test_printcombn.go
  82. 0
      tests/go/func/test_printmemory.go
  83. 0
      tests/go/func/test_printnbr.go
  84. 0
      tests/go/func/test_printnbrbase.go
  85. 0
      tests/go/func/test_printnbrinorder.go
  86. 0
      tests/go/func/test_printstr.go
  87. 0
      tests/go/func/test_printwordstables.go
  88. 0
      tests/go/func/test_priorprime.go
  89. 0
      tests/go/func/test_raid1a.go
  90. 0
      tests/go/func/test_raid1b.go
  91. 0
      tests/go/func/test_raid1c.go
  92. 0
      tests/go/func/test_raid1d.go
  93. 0
      tests/go/func/test_raid1e.go
  94. 0
      tests/go/func/test_reachablenumber.go
  95. 0
      tests/go/func/test_recursivefactorial.go
  96. 0
      tests/go/func/test_recursivepower.go
  97. 0
      tests/go/func/test_reduceint.go
  98. 0
      tests/go/func/test_revivethreenums.go
  99. 0
      tests/go/func/test_rot14.go
  100. 0
      tests/go/func/test_slice.go
  101. Some files were not shown because too many files changed in this diff diff.show_more

0
tests/go/test_abort.go → tests/go/func/test_abort.go

0
tests/go/test_activebits.go → tests/go/func/test_activebits.go

0
tests/go/test_advancedsortwordarr.go → tests/go/func/test_advancedsortwordarr.go

0
tests/go/test_alphacount.go → tests/go/func/test_alphacount.go

0
tests/go/test_any.go → tests/go/func/test_any.go

0
tests/go/test_appendrange.go → tests/go/func/test_appendrange.go

0
tests/go/test_atoi.go → tests/go/func/test_atoi.go

0
tests/go/test_atoibase.go → tests/go/func/test_atoibase.go

0
tests/go/test_basicatoi.go → tests/go/func/test_basicatoi.go

0
tests/go/test_basicatoi2.go → tests/go/func/test_basicatoi2.go

0
tests/go/test_basicjoin.go → tests/go/func/test_basicjoin.go

0
tests/go/test_btreeapplybylevel.go → tests/go/func/test_btreeapplybylevel.go

0
tests/go/test_btreeapplyinorder.go → tests/go/func/test_btreeapplyinorder.go

0
tests/go/test_btreeapplypostorder.go → tests/go/func/test_btreeapplypostorder.go

0
tests/go/test_btreeapplypreorder.go → tests/go/func/test_btreeapplypreorder.go

0
tests/go/test_btreedeletenode.go → tests/go/func/test_btreedeletenode.go

0
tests/go/test_btreeinsertdata.go → tests/go/func/test_btreeinsertdata.go

0
tests/go/test_btreeisbinary.go → tests/go/func/test_btreeisbinary.go

0
tests/go/test_btreesearchitem.go → tests/go/func/test_btreesearchitem.go

0
tests/go/test_btreetransplant.go → tests/go/func/test_btreetransplant.go

0
tests/go/test_capitalize.go → tests/go/func/test_capitalize.go

0
tests/go/test_chunk.go → tests/go/func/test_chunk.go

0
tests/go/test_collatzcountdown.go → tests/go/func/test_collatzcountdown.go

0
tests/go/test_compact.go → tests/go/func/test_compact.go

0
tests/go/test_compare.go → tests/go/func/test_compare.go

0
tests/go/test_concat.go → tests/go/func/test_concat.go

0
tests/go/test_concatparams.go → tests/go/func/test_concatparams.go

0
tests/go/test_convertbase.go → tests/go/func/test_convertbase.go

0
tests/go/test_countif.go → tests/go/func/test_countif.go

0
tests/go/test_createelem.go → tests/go/func/test_createelem.go

0
tests/go/test_doppelganger.go → tests/go/func/test_doppelganger.go

0
tests/go/test_eightqueens.go → tests/go/func/test_eightqueens.go

0
tests/go/test_enigma.go → tests/go/func/test_enigma.go

0
tests/go/test_fib.go → tests/go/func/test_fib.go

0
tests/go/test_fibonacci.go → tests/go/func/test_fibonacci.go

0
tests/go/test_findnextprime.go → tests/go/func/test_findnextprime.go

0
tests/go/test_findprevprime.go → tests/go/func/test_findprevprime.go

0
tests/go/test_firstrune.go → tests/go/func/test_firstrune.go

0
tests/go/test_foldint.go → tests/go/func/test_foldint.go

0
tests/go/test_foreach.go → tests/go/func/test_foreach.go

0
tests/go/test_game23.go → tests/go/func/test_game23.go

0
tests/go/test_halfcontest.go → tests/go/func/test_halfcontest.go

0
tests/go/test_index.go → tests/go/func/test_index.go

0
tests/go/test_interestingnumber.go → tests/go/func/test_interestingnumber.go

0
tests/go/test_isalpha.go → tests/go/func/test_isalpha.go

0
tests/go/test_isanagram.go → tests/go/func/test_isanagram.go

0
tests/go/test_islower.go → tests/go/func/test_islower.go

0
tests/go/test_isnegative.go → tests/go/func/test_isnegative.go

0
tests/go/test_isnumeric.go → tests/go/func/test_isnumeric.go

0
tests/go/test_isprime.go → tests/go/func/test_isprime.go

0
tests/go/test_isprintable.go → tests/go/func/test_isprintable.go

0
tests/go/test_issorted.go → tests/go/func/test_issorted.go

0
tests/go/test_isupper.go → tests/go/func/test_isupper.go

0
tests/go/test_iterativefactorial.go → tests/go/func/test_iterativefactorial.go

0
tests/go/test_iterativepower.go → tests/go/func/test_iterativepower.go

0
tests/go/test_itoa.go → tests/go/func/test_itoa.go

0
tests/go/test_itoabase.go → tests/go/func/test_itoabase.go

0
tests/go/test_join.go → tests/go/func/test_join.go

0
tests/go/test_lastrune.go → tests/go/func/test_lastrune.go

0
tests/go/test_lcm.go → tests/go/func/test_lcm.go

0
tests/go/test_listat.go → tests/go/func/test_listat.go

0
tests/go/test_listclear.go → tests/go/func/test_listclear.go

0
tests/go/test_listfind.go → tests/go/func/test_listfind.go

0
tests/go/test_listforeach.go → tests/go/func/test_listforeach.go

0
tests/go/test_listforeachif.go → tests/go/func/test_listforeachif.go

0
tests/go/test_listlast.go → tests/go/func/test_listlast.go

0
tests/go/test_listmerge.go → tests/go/func/test_listmerge.go

0
tests/go/test_listpushback.go → tests/go/func/test_listpushback.go

0
tests/go/test_listpushfront.go → tests/go/func/test_listpushfront.go

0
tests/go/test_listremoveif.go → tests/go/func/test_listremoveif.go

0
tests/go/test_listreverse.go → tests/go/func/test_listreverse.go

0
tests/go/test_listsize.go → tests/go/func/test_listsize.go

0
tests/go/test_listsort.go → tests/go/func/test_listsort.go

0
tests/go/test_makerange.go → tests/go/func/test_makerange.go

0
tests/go/test_map.go → tests/go/func/test_map.go

0
tests/go/test_max.go → tests/go/func/test_max.go

0
tests/go/test_nauuo.go → tests/go/func/test_nauuo.go

0
tests/go/test_nrune.go → tests/go/func/test_nrune.go

0
tests/go/test_printcomb.go → tests/go/func/test_printcomb.go

0
tests/go/test_printcomb2.go → tests/go/func/test_printcomb2.go

0
tests/go/test_printcombn.go → tests/go/func/test_printcombn.go

0
tests/go/test_printmemory.go → tests/go/func/test_printmemory.go

0
tests/go/test_printnbr.go → tests/go/func/test_printnbr.go

0
tests/go/test_printnbrbase.go → tests/go/func/test_printnbrbase.go

0
tests/go/test_printnbrinorder.go → tests/go/func/test_printnbrinorder.go

0
tests/go/test_printstr.go → tests/go/func/test_printstr.go

0
tests/go/test_printwordstables.go → tests/go/func/test_printwordstables.go

0
tests/go/test_priorprime.go → tests/go/func/test_priorprime.go

0
tests/go/test_raid1a.go → tests/go/func/test_raid1a.go

0
tests/go/test_raid1b.go → tests/go/func/test_raid1b.go

0
tests/go/test_raid1c.go → tests/go/func/test_raid1c.go

0
tests/go/test_raid1d.go → tests/go/func/test_raid1d.go

0
tests/go/test_raid1e.go → tests/go/func/test_raid1e.go

0
tests/go/test_reachablenumber.go → tests/go/func/test_reachablenumber.go

0
tests/go/test_recursivefactorial.go → tests/go/func/test_recursivefactorial.go

0
tests/go/test_recursivepower.go → tests/go/func/test_recursivepower.go

0
tests/go/test_reduceint.go → tests/go/func/test_reduceint.go

0
tests/go/test_revivethreenums.go → tests/go/func/test_revivethreenums.go

0
tests/go/test_rot14.go → tests/go/func/test_rot14.go

0
tests/go/test_slice.go → tests/go/func/test_slice.go

Some files were not shown because too many files changed in this diff diff.show_more

Loading…
Cancel
Save