PWM tests

This commit is contained in:
Fernando Jiménez Moreno 2017-07-21 14:58:30 +02:00
parent 06b409ad60
commit 585d0e52af
6 changed files with 166 additions and 0 deletions

View file

@ -17,6 +17,7 @@ bench = false
compiletest_helper = {path = "../../tests/compiletest/helper"}
gfx_tests = {path = "../../tests/unit/gfx"}
layout_tests = {path = "../../tests/unit/layout"}
metrics_tests = {path = "../../tests/unit/metrics"}
net_tests = {path = "../../tests/unit/net"}
net_traits_tests = {path = "../../tests/unit/net_traits"}
plugin_compiletest = {path = "../../tests/compiletest/plugin"}