diff options
author | Paul Selkirk <paul@psgd.org> | 2015-04-08 16:38:45 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-04-08 16:38:45 -0400 |
commit | 7435ac81de2ebe5b312b2435795c4c027d6add75 (patch) | |
tree | 4e4f10a92a6a7d100f56c7a3a35f5d1dbe98e32b /tests | |
parent | 95009f48e05d06fb77a9127731d7f5f2de489055 (diff) |
Add EIM HAL.
The eim and i2c support are copied from core/platform/novena.
In future, we should maybe build a library there, and link it here.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_trng.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_trng.py b/tests/test_trng.py index 5207eda..1a2177d 100644 --- a/tests/test_trng.py +++ b/tests/test_trng.py @@ -44,5 +44,5 @@ if not have_i2c: print print "[I2C device not found, so testing software only, no hardware cores tested]" -for i in xrange(100): +for i in xrange(10): generate_key(i) |