Pure Erlang implementation of 9p2000 protocol
filesystem fs 9p2000 erlang 9p
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

Do not warn about `export_all` when compiling in test mode

That flag is useful for Common Test suites to not need to go through all
tests and other functions to export them.

+1 -1
+1 -1
rebar.config
··· 12 12 13 13 {profiles, [{test, [ 14 14 {deps, [proper]}, 15 - {erlc_flags, [nowarn_export_all]} 15 + {erl_opts, [nowarn_export_all]} 16 16 ]}]}.