lc-soft/LCUI








The issue has been solved
Update test program #197
lc-soft posted onGitHub
Is your feature request related to a problem? Please describe.
The output of the test program should be in the same format.
Describe the solution you'd like
Update the following functions in test.c:
https://github.com/lc-soft/LCUI/blob/b87ce34be7a5f4e0cd73da5a2d37d34068bfeb1c/test/test.c#L14-L26
Use the functions in libtest.c instead of TEST_LOG()
, CHECK()
, CHECK_WITH_TEXT()
, just like this:
All output should be formatted like this:
Describe alternatives you've considered None.
Additional context None.