Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b9e74ee authored by Stephen Hines's avatar Stephen Hines
Browse files

Move mesh to end of test list until we fix LLVM.

Change-Id: I8f06e80d7cea4b51e47625186e45ad44adb45b6b
parent faac9294
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,11 +80,11 @@ public class RSTestCore {
        unitTests.add(new UT_struct(this, mRes, mCtx));
        unitTests.add(new UT_math(this, mRes, mCtx));
        unitTests.add(new UT_math_conformance(this, mRes, mCtx));
        unitTests.add(new UT_mesh(this, mRes, mCtx));
        unitTests.add(new UT_element(this, mRes, mCtx));
        unitTests.add(new UT_sampler(this, mRes, mCtx));
        unitTests.add(new UT_program_store(this, mRes, mCtx));
        unitTests.add(new UT_program_raster(this, mRes, mCtx));
        unitTests.add(new UT_mesh(this, mRes, mCtx));
        unitTests.add(new UT_fp_mad(this, mRes, mCtx));

        /*