소스 검색

recon 添加2

master
SisMaker 4 년 전
부모
커밋
c71bf939e7
5개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -0
      src/recon-2.5.1/script/app_deps.escript
  2. +1
    -1
      src/recon-2.5.1/test/recon_SUITE.erl
  3. +1
    -1
      src/recon-2.5.1/test/recon_alloc_SUITE.erl
  4. +1
    -1
      src/recon-2.5.1/test/recon_lib_SUITE.erl
  5. +1
    -1
      src/recon-2.5.1/test/recon_rec_SUITE.erl

src/recon-2.5.1/script/app_deps.erl → src/recon-2.5.1/script/app_deps.escript 파일 보기


+ 1
- 1
src/recon-2.5.1/test/recon_SUITE.erl 파일 보기

@ -5,7 +5,7 @@
-module(recon_SUITE).
-include_lib("common_test/include/ct.hrl").
-include_lib("eunit/include/eunit.hrl").
-compile(export_all).
-compile([export_all, nowarn_export_all]).
-ifdef(OTP_RELEASE).
-define(FILES_IMPL, nif).

+ 1
- 1
src/recon-2.5.1/test/recon_alloc_SUITE.erl 파일 보기

@ -4,7 +4,7 @@
%%% conformance and obvious changes more than anything.
-module(recon_alloc_SUITE).
-include_lib("common_test/include/ct.hrl").
-compile(export_all).
-compile([export_all, nowarn_export_all]).
all() -> [memory, fragmentation, cache_hit_rates, average_block_sizes,
sbcs_to_mbcs, allocators, allocators_merged, snapshots, units].

+ 1
- 1
src/recon-2.5.1/test/recon_lib_SUITE.erl 파일 보기

@ -1,6 +1,6 @@
-module(recon_lib_SUITE).
-include_lib("common_test/include/ct.hrl").
-compile(export_all).
-compile([export_all, nowarn_export_all]).
all() -> [scheduler_usage_diff, sublist_top_n, term_to_pid].

+ 1
- 1
src/recon-2.5.1/test/recon_rec_SUITE.erl 파일 보기

@ -1,6 +1,6 @@
-module(recon_rec_SUITE).
-include_lib("common_test/include/ct.hrl").
-compile(export_all).
-compile([export_all, nowarn_export_all]).
%%%%%%%%%% SETUP

불러오는 중...
취소
저장