Quellcode durchsuchen

proper is added as a dep

pull/8/merge^2
Groshev Dmitry vor 13 Jahren
Ursprung
Commit
5367635a06
2 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. +2
    -0
      .gitignore
  2. +7
    -0
      rebar.config

+ 2
- 0
.gitignore Datei anzeigen

@ -2,3 +2,5 @@
*.o
*.so
ebin/jiffy.app
.eunit
deps

+ 7
- 0
rebar.config Datei anzeigen

@ -15,3 +15,10 @@
{"darwin10.*-32$", "CXXFLAGS", "-m32"},
{"darwin10.*-32$", "LDFLAGS", "-arch i386"}
]}.
{eunit_opts, [{file, "test/props.erl"}]}.
{deps, [{proper_stdlib, ".*",
{git, "https://github.com/spawngrid/proper_stdlib.git", "master"}},
{proper, ".*",
{git, "https://github.com/manopapad/proper.git", "master"}}]}.

Laden…
Abbrechen
Speichern