From 392e32eb0cca8e87963013e28f40eecb92759afe Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 28 Dec 2011 10:17:26 +0200 Subject: [PATCH] updated MANIFEST and tox to include and run example tests --- MANIFEST.in | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6a6d19d..3cac83f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ recursive-include elftools *.py recursive-include scripts *.py -recursive-include examples *.py *.elf +recursive-include examples *.py *.elf *.out recursive-include test *.py *.elf include README include LICENSE diff --git a/tox.ini b/tox.ini index a91cd2f..2611290 100644 --- 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 = -- 2.30.2