~libmatrix-dev/libmatrix/trunk

  • Committer: Jesse Barker
  • Date: 2011-06-21 22:37:41 UTC
  • Revision ID: jesse.barker@linaro.org-20110621223741-1oshrvvlnnyx1w5m
Refactor tests into its own component.  Push the test source into a separate
directory and allow for easier expansion of test functionality.  There is now
a common test object and a common options object that can both be expanded and
derived from.  Main test framework pushes tests onto a vector and iterates
across it asserting passing behavior (stopping at first failure as before).
Filename Latest Rev Last Changed Committer Comment Size
..
test 20 13 years ago Jesse Barker Refactor tests into its own component. Push the t Diff
.gitignore 3 13 years ago jesse Make sure to ignore files we know we are not track 7 bytes Diff Download File
COPYING 7 13 years ago Jesse Barker Update copyright to say "Linaro Limited" 1 KB Diff Download File
Makefile 20 13 years ago Jesse Barker Refactor tests into its own component. Push the t 1.2 KB Diff Download File
mat.cc 9 13 years ago Jesse Barker Add LibMatrix namespace to all library objects to 3.8 KB Diff Download File
mat.h 16 13 years ago Jesse Barker Fix inverse method (minors were constructed incorr 30.7 KB Diff Download File
program.cc 14 13 years ago Jesse Barker Add program objects to libmatrix. These provide a 7.4 KB Diff Download File
program.h 14 13 years ago Jesse Barker Add program objects to libmatrix. These provide a 4.9 KB Diff Download File
README 6 13 years ago Jesse Barker Add a README to tell folks why we're here. 609 bytes Diff Download File
stack.h 9 13 years ago Jesse Barker Add LibMatrix namespace to all library objects to 2.5 KB Diff Download File
vec.h 9 13 years ago Jesse Barker Add LibMatrix namespace to all library objects to 9 KB Diff Download File