Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cellframe/cellframe-node
  • evseev/cellframe-node
  • dmitry.puzyrkov/cellframe-node
  • MIKA83/cellframe-node
4 results
Show changes
14993
\ No newline at end of file
#include "dap_global_db_test.h"
#include "dap_tx_test.h"
#include "dap_common.h"
int main(void) {
// switch off debug info from library
dap_log_level_set(L_CRITICAL);
// dap_global_db_tests_run();
dap_tx_tests_run();
return 0;
}
VERSION_MAJOR=5
VERSION_MINOR=3
VERSION_PATCH=178
@echo off
set CMAKE_PATH=C:/cmake
set MINGW_PATH=C:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0
PATH=%CMAKE_PATH%/bin;%MINGW_PATH%/mingw64/bin;%MINGW_PATH%/mingw64/x86_64-w64-mingw32/include;%MINGW_PATH%/mingw64/x86_64-w64-mingw32/lib
cmake -G "MinGW Makefiles"
@echo off
set CMAKE_PATH=C:/cmake
set MINGW_PATH=C:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0
PATH=%CMAKE_PATH%/bin;%MINGW_PATH%/mingw64/bin;%MINGW_PATH%/mingw64/x86_64-w64-mingw32/include;%MINGW_PATH%/mingw64/x86_64-w64-mingw32/lib
cmake -G "MinGW Makefiles" -DDAP_RELEASE=1
@echo off
set CMAKE_PATH=C:/cmake
set MINGW_PATH=C:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0
PATH=%CMAKE_PATH%/bin;%MINGW_PATH%/mingw64/bin;%MINGW_PATH%/mingw64/x86_64-w64-mingw32/include;%MINGW_PATH%/mingw64/x86_64-w64-mingw32/lib
mingw32-make.exe