2014-09-19 22:08:39 +04:00
|
|
|
# 2014 September 20
|
|
|
|
#
|
|
|
|
# May you do good and not evil.
|
|
|
|
# May you find forgiveness for yourself and forgive others.
|
|
|
|
# May you share freely, never taking more than you give.
|
|
|
|
#
|
|
|
|
#***********************************************************************
|
2015-07-23 23:44:49 +03:00
|
|
|
# This file runs all RBU related tests.
|
2014-09-19 22:08:39 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
set testdir [file dirname $argv0]
|
|
|
|
source $testdir/permutations.test
|
|
|
|
|
2015-07-23 23:44:49 +03:00
|
|
|
ifcapable !rbu { finish_test ; return }
|
2014-09-19 22:08:39 +04:00
|
|
|
|
2015-07-23 23:44:49 +03:00
|
|
|
run_test_suite rbu
|
2014-09-19 22:08:39 +04:00
|
|
|
finish_test
|