aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/triq.mk
AgeCommit message (Collapse)Author
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