From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/compiler/test/compiler.dynspec | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/compiler/test/compiler.dynspec (limited to 'lib/compiler/test/compiler.dynspec') diff --git a/lib/compiler/test/compiler.dynspec b/lib/compiler/test/compiler.dynspec new file mode 100644 index 0000000000..7e452cef6c --- /dev/null +++ b/lib/compiler/test/compiler.dynspec @@ -0,0 +1,10 @@ +%% -*- erlang -*- +%% You can test this file using this command. +%% file:script("compiler.dynspec", [{'Os',"Unix"}]). + +case Os of + "VxWorks" -> + [{skip,{compile_SUITE,listings,"VxWorks filesystem too slow"}}]; + _ -> + [] +end. -- cgit v1.2.3