/openbmc/libbej/test/include/ |
H A D | bej_common_test.hpp | da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
/openbmc/libbej/test/json/ |
H A D | chassis.json | da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
/openbmc/libbej/src/ |
H A D | bej_encoder_json.cpp | da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
H A D | meson.build | diff da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
/openbmc/libbej/include/libbej/ |
H A D | bej_encoder_json.hpp | da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
H A D | meson.build | diff da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
/openbmc/libbej/test/encoded/ |
HD | chassis_enc.bin | da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
/openbmc/libbej/test/dictionaries/ |
HD | chassis_dict.bin | da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
/openbmc/libbej/test/ |
H A D | bej_encoder_test.cpp | da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
H A D | bej_decoder_test.cpp | diff da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|
H A D | meson.build | diff da6e55739306fb4361cbbda8c7e4400cad3037d1 Mon Mar 13 12:52:53 CDT 2023 Nikhil Namjoshi <nikhilnamjoshi@google.com> Add libbej encoder wrapper for C++
Add unit tests and the test data files needed for unit tests. Move APIs from bej_decoder_test.cpp to a common file, to share those with bej_encoder_test.cpp
Tested: Verified that encoding using the wrapper works well at runtime. Verified that the unit tests pass.
Change-Id: I61b7c17690eb7e7fefd1973a22d4316c6214267e Signed-off-by: Nikhil Namjoshi <nikhilnamjoshi@google.com>
|