aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/inets_test_lib.hrl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2012-03-06 11:31:32 +0100
committerMicael Karlberg <[email protected]>2012-03-06 11:31:32 +0100
commitc864dc812dc853e101714185b56295a3f314ed01 (patch)
tree0a6533931209b7efcf8ab0770710deb78fab4a7a /lib/inets/test/inets_test_lib.hrl
parent725032aabda06c77934b461374b8657963f4ff1c (diff)
parent66288284701787c7b9e1775ec9bc91732c87f51d (diff)
downloadotp-c864dc812dc853e101714185b56295a3f314ed01.tar.gz
otp-c864dc812dc853e101714185b56295a3f314ed01.tar.bz2
otp-c864dc812dc853e101714185b56295a3f314ed01.zip
Merge branch 'bmk/inets/inets59_integration' into bmk/inets/inets59_integration2
Diffstat (limited to 'lib/inets/test/inets_test_lib.hrl')
-rw-r--r--lib/inets/test/inets_test_lib.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/inets/test/inets_test_lib.hrl b/lib/inets/test/inets_test_lib.hrl
index c578398c55..6a86b1b764 100644
--- a/lib/inets/test/inets_test_lib.hrl
+++ b/lib/inets/test/inets_test_lib.hrl
@@ -50,6 +50,11 @@
-define(OSCMD(Cmd), inets_test_lib:oscmd(Cmd)).
+-define(PRINT_SYSTEM_INFO(P), inets_test_lib:print_system_info(P)).
+
+-define(RUN_ON_OS(OS, FUN), inets_test_lib:run_on_os(OS, FUN)).
+-define(RUN_ON_WINDOWS(FUN), inets_test_lib:run_on_windows(FUN)).
+
%% - Test case macros -