浏览代码

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

正在加载...
取消
保存