File: binary_test.go

package info (click to toggle)
addchain 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,396 kB
  • sloc: sh: 428; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
package binary

import (
	"testing"

	"github.com/mmcloughlin/addchain/alg/algtest"
)

func TestRightToLeft(t *testing.T) {
	algtest.ChainAlgorithm(t, RightToLeft{})
}