Is your feature request related to a problem? Please describe.
i have a test that asserts the output of a sut that returns a bool value. more specifically, the happy case output is supposed to be true. when i assertTrue the output, the test times out.
Describe the solution you'd likeassertTrue (or assertFalse) should pass when an appropriate value is passed in as an argument.
Describe alternatives you've considered
n/a.
Additional context
environment: Linux
compiler: /usr/bin/g++
hi there,
Is your feature request related to a problem? Please describe. i have a test that
asserts
the output of asut
that returns abool
value. more specifically, the happy case output is supposed to betrue
. when iassertTrue
the output, the test times out.Describe the solution you'd like
assertTrue
(orassertFalse
) should pass when an appropriate value is passed in as an argument.Describe alternatives you've considered n/a.
Additional context environment: Linux compiler: /usr/bin/g++
sample test:
Makefile:
commands:
output log:
please advise.
thanks in advance, rey malahay