Skip to content

Commit

Permalink
hotplace rev.533 ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
princeb612 committed May 27, 2024
1 parent 5d3b4e4 commit 82914e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/base/binary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
*/

#include <stdarg.h>
#include <string.h>

#include <ostream>
#include <sdk/base/basic/ieee754.hpp>
#include <sdk/base/binary.hpp>
#include <sdk/base/inline.hpp>
#include <sdk/base/stl.hpp>
#include <string.h>

namespace hotplace {

Expand Down
3 changes: 2 additions & 1 deletion sdk/base/binary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
#ifndef __HOTPLACE_SDK_BASE_BINARY__
#define __HOTPLACE_SDK_BASE_BINARY__

#include <string.h>

#include <functional>
#include <map>
#include <sdk/base/error.hpp>
#include <sdk/base/types.hpp>
#include <string.h>

namespace hotplace {

Expand Down
2 changes: 1 addition & 1 deletion test/asn1/sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ void x690_8_5_real() {
var.dump(bin, true);
_logger->dump(bin);

_test_case.test(errorcode_t::not_supported, __FUNCTION__, "X.690 8.5 real 0x%08x expect %s", var.content().data.d, expect.c_str());
_test_case.test(errorcode_t::not_supported, __FUNCTION__, "X.690 8.5 real %lf expect %s", d, expect.c_str());
};

for (auto entry : _table) {
Expand Down
2 changes: 1 addition & 1 deletion test/sysmon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
set (module sysmon)
file (GLOB SOURCE_FILES *.cpp)

maketest (${module} SOURCE_FILES PROJECT_SDK_MODULE_DEPENDENCIES PROJECT_SDK_PLATFORM_DEPENDENCIES 1)
maketest (${module} SOURCE_FILES PROJECT_SDK_MODULE_DEPENDENCIES PROJECT_SDK_PLATFORM_DEPENDENCIES 0)

0 comments on commit 82914e3

Please sign in to comment.