projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b922360
)
updated MANIFEST and tox to include and run example tests
author
Eli Bendersky
<eliben@gmail.com>
Wed, 28 Dec 2011 08:17:26 +0000
(10:17 +0200)
committer
Eli Bendersky
<eliben@gmail.com>
Wed, 28 Dec 2011 08:17:26 +0000
(10:17 +0200)
MANIFEST.in
patch
|
blob
|
history
tox.ini
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 6a6d19d88e6e7117e778697f7604dffab857ad89..3cac83ffe3fcfcd7db681f7b79cb94061e6110e4 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-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 =