~linaro-graphics-wg/libmatrix/split-refactor

« back to all changes in this revision

Viewing changes to test/libmatrix_test.cc

  • Committer: Alexandros Frantzis
  • Date: 2012-08-03 10:08:36 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20120803100836-vppe184jj5dj6j7s
util: Add SplitModeQuoted and tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    testVec.push_back(new MatrixTest4x4Transpose());
45
45
    testVec.push_back(new ShaderSourceBasic());
46
46
    testVec.push_back(new UtilSplitTestNormal());
 
47
    testVec.push_back(new UtilSplitTestQuoted());
47
48
 
48
49
    for (vector<MatrixTest*>::iterator testIt = testVec.begin();
49
50
         testIt != testVec.end();