MyraMath
pass


Source: tests/unit/pass.cpp

1 // ========================================================================= //
2 // This file is part of MyraMath, copyright (c) 2014-2019 by Ryan A Chilton //
3 // and distributed by MyraCore, LLC. See LICENSE.txt for license terms. //
4 // ========================================================================= //
5 
11 #include <tests/myratest.h>
12 
13 ADD_TEST("pass","[unit]")
14  {
15  REQUIRE(true);
16  }


Results: [PASS]


Go back to Summary of /test programs.