Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

25 строки
709 B

9 лет назад
9 лет назад
9 лет назад
  1. {erl_opts, [
  2. {platform_define, "R1(1|2|3|4|5|6)", 'JIFFY_NO_MAPS'}
  3. ]}.
  4. {eunit_opts, [
  5. verbose,
  6. {report, {
  7. eunit_surefire, [{dir,"."}]
  8. }}
  9. ]}.
  10. {eunit_tests, [{dir, "test"}]}.
  11. {profiles, [{test,
  12. [{deps, [
  13. {proper,
  14. {git, "git://github.com/manopapad/proper.git",
  15. {branch, "master"}}}
  16. ]}]}]}.
  17. {pre_hooks, [{"(linux|darwin|solaris)", compile, "make -C c_src"},
  18. {"(freebsd|netbsd|openbsd)", compile, "gmake -C c_src"}]}.
  19. {post_hooks, [{"(linux|darwin|solaris)", clean, "make -C c_src clean"},
  20. {"(freebsd|netbsd|openbsd)", compile, "gmake -C c_src clean"}]}.