Move python tests to tests/python
authorBrenden Blanco <bblanco@plumgrid.com>
Thu, 3 Mar 2016 23:24:35 +0000 (15:24 -0800)
committerBrenden Blanco <bblanco@plumgrid.com>
Thu, 3 Mar 2016 23:39:29 +0000 (15:39 -0800)
commitfb9cd6439aad49049cf66d72282b91da37d29e55
tree1e5611a69c0a9fc99b2747ac0b90e1aa94d2d727
parent14a535a6b40052d63067e41a47efe9814943706b
Move python tests to tests/python

They didn't quite make sense where they were. At one point 'cc' meant
compiler, and yes they were testing the compiler. Now lets use the
convention that different tests/ subdirectories test different bindings
(c, python, other).

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
32 files changed:
tests/cc/CMakeLists.txt
tests/python/CMakeLists.txt
tests/python/kprobe.b [moved from tests/cc/kprobe.b with 100% similarity]
tests/python/proto.b [moved from tests/cc/proto.b with 100% similarity]
tests/python/simulation.py [moved from tests/cc/simulation.py with 100% similarity]
tests/python/test_array.py [moved from tests/cc/test_array.py with 100% similarity]
tests/python/test_brb.c [moved from tests/cc/test_brb.c with 100% similarity]
tests/python/test_brb.py [moved from tests/cc/test_brb.py with 100% similarity]
tests/python/test_brb2.c [moved from tests/cc/test_brb2.c with 100% similarity]
tests/python/test_brb2.py [moved from tests/cc/test_brb2.py with 100% similarity]
tests/python/test_call1.c [moved from tests/cc/test_call1.c with 100% similarity]
tests/python/test_call1.py [moved from tests/cc/test_call1.py with 100% similarity]
tests/python/test_callchain.py [moved from tests/cc/test_callchain.py with 100% similarity]
tests/python/test_clang.py [moved from tests/cc/test_clang.py with 100% similarity]
tests/python/test_clang_complex.c [moved from tests/cc/test_clang_complex.c with 100% similarity]
tests/python/test_histogram.py [moved from tests/cc/test_histogram.py with 100% similarity]
tests/python/test_probe_count.py [moved from tests/cc/test_probe_count.py with 100% similarity]
tests/python/test_stat1.b [moved from tests/cc/test_stat1.b with 100% similarity]
tests/python/test_stat1.c [moved from tests/cc/test_stat1.c with 100% similarity]
tests/python/test_stat1.py [moved from tests/cc/test_stat1.py with 100% similarity]
tests/python/test_trace1.b [moved from tests/cc/test_trace1.b with 100% similarity]
tests/python/test_trace1.py [moved from tests/cc/test_trace1.py with 100% similarity]
tests/python/test_trace2.b [moved from tests/cc/test_trace2.b with 100% similarity]
tests/python/test_trace2.c [moved from tests/cc/test_trace2.c with 100% similarity]
tests/python/test_trace2.py [moved from tests/cc/test_trace2.py with 100% similarity]
tests/python/test_trace3.c [moved from tests/cc/test_trace3.c with 100% similarity]
tests/python/test_trace3.py [moved from tests/cc/test_trace3.py with 100% similarity]
tests/python/test_trace4.py [moved from tests/cc/test_trace4.py with 100% similarity]
tests/python/test_uprobes.py [moved from tests/cc/test_uprobes.py with 100% similarity]
tests/python/test_xlate1.b [moved from tests/cc/test_xlate1.b with 100% similarity]
tests/python/test_xlate1.c [moved from tests/cc/test_xlate1.c with 100% similarity]
tests/python/test_xlate1.py [moved from tests/cc/test_xlate1.py with 100% similarity]