blob: a3ab5fcfc7b7d2ec44f74458246c853977734cb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
%% TRACECASE2_ON.TRC
%% -----------------------------------------------------------------------------
%% This is a test trace case to be used by the inviso_tool_SUITE.
%% The tracecase is mainly used for testing that synchronous tracecases return
%% values.
%% We also use this tracecase to check that reactivation works when it comes to
%% handling simulataneously issued tool commands (issued during reactivation).
%%
%% Nodes=list(), inviso_tool variable - all traced nodes.
%% -----------------------------------------------------------------------------
inviso:tpl(Nodes,math,pi,0,[]).
timer:sleep(3000).
a_return_value.
%% END-OF-TRACE-CASE
|