updated MANIFEST and tox to include and run example tests
authorEli Bendersky <eliben@gmail.com>
Wed, 28 Dec 2011 08:17:26 +0000 (10:17 +0200)
committerEli Bendersky <eliben@gmail.com>
Wed, 28 Dec 2011 08:17:26 +0000 (10:17 +0200)
MANIFEST.in
tox.ini

index 6a6d19d88e6e7117e778697f7604dffab857ad89..3cac83ffe3fcfcd7db681f7b79cb94061e6110e4 100644 (file)
@@ -1,6 +1,6 @@
 recursive-include elftools *.py \r
 recursive-include scripts *.py\r
-recursive-include examples *.py *.elf\r
+recursive-include examples *.py *.elf *.out\r
 recursive-include test *.py *.elf\r
 include README\r
 include LICENSE\r
diff --git a/tox.ini b/tox.ini
index a91cd2f7d14b652a2a8cc6de4cce7770aee2952c..26112907752a1cb16abb09dfdcaa0985e7d05c6a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py27,py26
 commands =
     python test/run_all_unittests.py
     python test/run_readelf_tests.py
+    python test/run_examples_test.py
 
 [testenv:py26]
 deps =