Skip to content
Draft

Rebar3 #4120

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependencies and test files to pass eunit tests
  • Loading branch information
jiahuili430 committed Jul 21, 2022
commit 9fcad6138fb0c20718e956de469e4c64b353c190
2 changes: 1 addition & 1 deletion apps/couch/include/couch_eunit.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
filename:join([?BUILDDIR(), "tmp", "etc", "local_eunit.ini"]),
filename:join([?BUILDDIR(), "tmp", "etc", "eunit.ini"])]).
-define(FIXTURESDIR,
filename:join([?BUILDDIR(), "src", "couch", "test", "eunit", "fixtures"])).
filename:join([?BUILDDIR(), "apps", "couch", "test", "eunit", "fixtures"])).
-define(TEMPDIR,
filename:join([?BUILDDIR(), "tmp", "tmp_data"])).

Expand Down
3 changes: 2 additions & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ SubDirs = [

DepDescs = [
%% Independent Apps
{config, "config", {tag, "2.1.9"}},
{config, {url, "https://github.com/jiahuili430/couchdb-config.git"},
{branch, "82-rebar3"}},
{b64url, "b64url", {tag, "1.0.3"}},
{ets_lru, "ets-lru", {tag, "1.1.0"}},
{khash, "khash", {tag, "1.1.0"}},
Expand Down