X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=blobdiff_plain;f=tests%2Fpermutation_matrices_tests.m;fp=tests%2Fpermutation_matrices_tests.m;h=d65049ed35ad1cd6e96a620333cf0be4cc464d5b;hp=0000000000000000000000000000000000000000;hb=23a3da45293aef5568409c8c1c46fc3b0758ca2d;hpb=8ca30867e869231f85848dc14e15f11e6d9c732b diff --git a/tests/permutation_matrices_tests.m b/tests/permutation_matrices_tests.m new file mode 100644 index 0000000..d65049e --- /dev/null +++ b/tests/permutation_matrices_tests.m @@ -0,0 +1,6 @@ +expected = { [1] }; +actual = permutation_matrices(1); + +unit_test_equals("permutation_matrices(1) works", ... + true, ... + isequal(actual,expected));