renamed 'tests' dir to 'test'
authorEli Bendersky <eliben@gmail.com>
Sat, 17 Dec 2011 12:34:02 +0000 (14:34 +0200)
committerEli Bendersky <eliben@gmail.com>
Sat, 17 Dec 2011 12:34:02 +0000 (14:34 +0200)
commit203b87047541c1b8b25f397cb2149810f1a9f4ab
tree4dd12d598f3daf15f89bea52cc810577f9192878
parent53c4a81bff8f57e792ed3c1a4dff0f71f3813cc7
renamed 'tests' dir to 'test'
38 files changed:
test/run_all_unittests.py [new file with mode: 0755]
test/run_readelf_tests.py [new file with mode: 0755]
test/test_callframe.py [new file with mode: 0644]
test/test_dwarf_expr.py [new file with mode: 0644]
test/test_dwarf_lineprogram.py [new file with mode: 0644]
test/test_dwarf_structs.py [new file with mode: 0644]
test/test_utils.py [new file with mode: 0644]
test/testfiles/exe_simple32.elf [new file with mode: 0644]
test/testfiles/exe_simple64.elf [new file with mode: 0644]
test/testfiles/exe_stripped64.elf [new file with mode: 0644]
test/testfiles/libelf0_8_13_32bit.so.elf [new file with mode: 0644]
test/testfiles/obj_simple32.o.elf [new file with mode: 0644]
test/testfiles/penalty_32_gcc.o.elf [new file with mode: 0644]
test/testfiles/penalty_64_clang.o.elf [new file with mode: 0644]
test/testfiles/penalty_64_gcc.o.elf [new file with mode: 0644]
test/testfiles/update32.o.elf [new file with mode: 0644]
test/utils/Makefile [new file with mode: 0644]
test/utils/README.txt [new file with mode: 0644]
test/utils/elf_creator.c [new file with mode: 0644]
tests/run_all_unittests.py [deleted file]
tests/run_readelf_tests.py [deleted file]
tests/test_callframe.py [deleted file]
tests/test_dwarf_expr.py [deleted file]
tests/test_dwarf_lineprogram.py [deleted file]
tests/test_dwarf_structs.py [deleted file]
tests/test_utils.py [deleted file]
tests/testfiles/exe_simple32.elf [deleted file]
tests/testfiles/exe_simple64.elf [deleted file]
tests/testfiles/exe_stripped64.elf [deleted file]
tests/testfiles/libelf0_8_13_32bit.so.elf [deleted file]
tests/testfiles/obj_simple32.o.elf [deleted file]
tests/testfiles/penalty_32_gcc.o.elf [deleted file]
tests/testfiles/penalty_64_clang.o.elf [deleted file]
tests/testfiles/penalty_64_gcc.o.elf [deleted file]
tests/testfiles/update32.o.elf [deleted file]
tests/utils/Makefile [deleted file]
tests/utils/README.txt [deleted file]
tests/utils/elf_creator.c [deleted file]