blob: 40541950758a211cbf6f63f253c553f45f612686 [file] [log] [blame]
dan93fdbfa2014-09-19 18:08:39 +00001# 2014 September 20
2#
3# May you do good and not evil.
4# May you find forgiveness for yourself and forgive others.
5# May you share freely, never taking more than you give.
6#
7#***********************************************************************
drhcfb8f8d2015-07-23 20:44:49 +00008# This file runs all RBU related tests.
dan93fdbfa2014-09-19 18:08:39 +00009#
10
11set testdir [file dirname $argv0]
12source $testdir/permutations.test
13
drhcfb8f8d2015-07-23 20:44:49 +000014ifcapable !rbu { finish_test ; return }
dan93fdbfa2014-09-19 18:08:39 +000015
drhcfb8f8d2015-07-23 20:44:49 +000016run_test_suite rbu
dan93fdbfa2014-09-19 18:08:39 +000017finish_test