History log of /openbmc/phosphor-virtual-sensor/test/ (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6272a39316-Sep-2025 Alexander Hansen <alexander.hansen@9elements.com>

meson: add src/ folder

This creates a conventional structure of src/ and test/ which helps to
separate top-level files such as meson.build, OWNERS, ...
from implementation files.

Git history of ind

meson: add src/ folder

This creates a conventional structure of src/ and test/ which helps to
separate top-level files such as meson.build, OWNERS, ...
from implementation files.

Git history of individual files is still accessible via e.g.
```
git log --follow -- src/thresholds.hpp
```

Tested: code compiles.

Change-Id: Ifff8b3e70437bc6a25cd6f65afd07d8a563d1a8c
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>

show more ...

4b98de5603-Feb-2025 Patrick Williams <patrick@stwcx.xyz>

meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Id7af795e402928290b31fb085bd12a715122545b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

14ef874207-Oct-2023 Lei YU <yulei.sh@bytedance.com>

Add UT cases for exprtk functions related to nan

Add unit test cases for below exprtk functions:
* maxIgnoreNaN
* sumIgnoreNaN
* ifNan

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I4a9

Add UT cases for exprtk functions related to nan

Add unit test cases for below exprtk functions:
* maxIgnoreNaN
* sumIgnoreNaN
* ifNan

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I4a9ea4b1f88ad1fd76295f88778a5bfc6b4defd1

show more ...