mirror of
https://github.com/valitydev/jesse.git
synced 2024-11-06 09:35:23 +00:00
8 lines
307 B
Erlang
8 lines
307 B
Erlang
%% This Emakefile is called by common test during `rebar ct`
|
|
%% and it defines 'COMMON_TEST' macro to conditionaly compile
|
|
%% module, which uses maps syntax.
|
|
%% This one required because common test doesn't respect rebar's
|
|
%% `platform_define` option.
|
|
|
|
{jesse_schema_validator_tests, [{d, 'COMMON_TEST'}]}.
|