blob: 7e452cef6c0d2acfb21ded4abc0b5f59da728621 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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.
|