Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
work around issue where data_dir is not copied over to ct_run directory
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalotomas committed Jul 17, 2019
1 parent 49ad5d6 commit 91ee762
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ coverage: eunit ct
${REBAR} cover --verbose

ct:
${REBAR} ct --cover
${REBAR} ct --suite fmke_antidote_transactions_SUITE.erl --cover
${REBAR} ct --suite fmke_db_conn_manager_SUITE.erl --cover
${REBAR} ct --suite fmke_unstable_db_conn_SUITE.erl --cover
${REBAR} ct --suite fmke_core_unit_test_SUITE.erl --config test/fmke_configs/antidote_non_nested_data_model.config --cover --cover_export_name=core_antidote_non_nested_opt
${REBAR} ct --suite fmke_core_unit_test_SUITE.erl --config test/fmke_configs/cassandra_non_nested_data_model.config --cover --cover_export_name=core_cassandra_non_nested_opt
${REBAR} ct --suite fmke_core_unit_test_SUITE.erl --config test/fmke_configs/ets_nested_data_model.config --cover --cover_export_name=core_ets_nested
Expand Down

0 comments on commit 91ee762

Please sign in to comment.