Worldstone
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
SystemUtilsTests.cpp File Reference
#include <SystemUtils.h>
#include <doctest.h>

Go to the source code of this file.

Functions

 TEST_CASE ("SignExtend")
 Test that SignExtend is giving the right values. More...
 
 TEST_CASE ("ReverseBits")
 
 TEST_CASE ("PopCount 16bits")
 Test that popCount is giving the right values. More...
 

Function Documentation

TEST_CASE ( "SignExtend"  )

Test that SignExtend is giving the right values.

See Also
WorldStone::Utils::signExtend()

Definition at line 11 of file SystemUtilsTests.cpp.

TEST_CASE ( "ReverseBits"  )

See Also
WorldStone::Utils::reverseBits()

Definition at line 44 of file SystemUtilsTests.cpp.

TEST_CASE ( "PopCount 16bits"  )

Test that popCount is giving the right values.

See Also
WorldStone::Utils::popCount()

Definition at line 57 of file SystemUtilsTests.cpp.