Skip to content

ULE-Informatica/lab2-unit-tests-Dwongv00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dps-laboratory2

g++ tests.cpp -lgtest -lpthread -o test.out

./test.out

[==========] Running 6 tests from 3 test suites.

[----------] Global test environment set-up.

[----------] 2 tests from wrapAddFunctionTest

[ RUN ] wrapAddFunctionTest.NonWrappingNums

[ OK ] wrapAddFunctionTest.NonWrappingNums (0 ms)

[ RUN ] wrapAddFunctionTest.WrappingNums

[ OK ] wrapAddFunctionTest.WrappingNums (0 ms)

[----------] 2 tests from wrapAddFunctionTest (0 ms total)

[----------] 2 tests from wrapMulFunctionTest

[ RUN ] wrapMulFunctionTest.NonWrappingMulNums

[ OK ] wrapMulFunctionTest.NonWrappingMulNums (0 ms)

[ RUN ] wrapMulFunctionTest.WrappingMulNums

[ OK ] wrapMulFunctionTest.WrappingMulNums (0 ms)

[----------] 2 tests from wrapMulFunctionTest (0 ms total)

[----------] 2 tests from wrapShiftFunctionTest

[ RUN ] wrapShiftFunctionTest.NonWrappingMulBNums

[ OK ] wrapShiftFunctionTest.NonWrappingMulBNums (0 ms)

[ RUN ] wrapShiftFunctionTest.WrappingMulBNums

[ OK ] wrapShiftFunctionTest.WrappingMulBNums (0 ms)

[----------] 2 tests from wrapShiftFunctionTest (0 ms total)

[----------] Global test environment tear-down

[==========] 6 tests from 3 test suites ran. (0 ms total)

[ PASSED ] 6 tests.cpp

About

lab2-unit-tests-Dwongv00 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors