aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/triq.mk
AgeCommit message (Collapse)Author
2023-05-15Replace erlang:get_stacktrace() with catch C:E (V=0) or C:E:S (V>0)Viktor Söderqvist
This makes us compatible with OTP < 21, except when V (verbose) is set.
2018-12-06Add cover support for PropEr and TriqLoïc Hoguin
2017-08-23Style tweakLoïc Hoguin
2017-08-23Make Triq plugin pick tests from $(TEST_DIR)Krzysztof Jurewicz
This commit also changes Triq repository in package index to point to the leading fork. The original repository doesn’t work in Erlang 20.
2017-07-10Add initial plugin for properLoïc Hoguin
Should act the same way as the Triq plugin, making switching mostly painless, excluding the differences between the two libraries.
2016-10-21Update Copyright notices2016.10.21Loïc Hoguin
2016-10-04Fix path issues when running triq tests on WindowsLoïc Hoguin
2015-08-26Fix auto disabling of triq when not in depsLoïc Hoguin
We check the $(DEPS) and $(TEST_DEPS) variables now, instead of the directory directly, because triq won't be there yet on first build.
2015-07-04Add $(verbose) to avoid completely silencing commandsLoïc Hoguin
2015-07-02Reduce dependency on external programsLoïc Hoguin
This commit implements a core_find and core_ls function that can be used to list files recursively or not. A few other minute changes are included and a couple hacks removed.
2015-05-10Use an Erlang snippet for TriqLoïc Hoguin
2015-03-06Don't run triq if the dep is missingLoïc Hoguin
2015-01-10Add triq pluginLoïc Hoguin