Tests: Move tests to tests/regression
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 21 Feb 2013 19:20:25 +0000 (14:20 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Fri, 22 Feb 2013 18:00:21 +0000 (13:00 -0500)
commit9ac429ef32142eaecfec2d1a44569464c4f8f721
treecb928f1ea9ebfb51acf1d7a05da786c6a624b03f
parent785d2d0dc3aec3a4e44fcf677155dd07e8e4cc1f
Tests: Move tests to tests/regression

Also move the utils.sh and utils.h helper files under tests/utils.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
175 files changed:
configure.ac
tests/Makefile.am
tests/kernel/Makefile.am [deleted file]
tests/kernel/kernel_all_events_basic.c [deleted file]
tests/kernel/kernel_event_basic.c [deleted file]
tests/kernel/run-kernel-tests.sh [deleted file]
tests/kernel/runall.sh [deleted file]
tests/regression/Makefile.am [new file with mode: 0644]
tests/regression/kernel/Makefile.am [new file with mode: 0644]
tests/regression/kernel/kernel_all_events_basic.c [new file with mode: 0644]
tests/regression/kernel/kernel_event_basic.c [new file with mode: 0644]
tests/regression/kernel/run-kernel-tests.sh [new file with mode: 0755]
tests/regression/kernel/runall.sh [new file with mode: 0755]
tests/regression/run-report.py [new file with mode: 0755]
tests/regression/runall.sh [new file with mode: 0755]
tests/regression/test_list.py [new file with mode: 0755]
tests/regression/tools/Makefile.am [new file with mode: 0644]
tests/regression/tools/filtering/Makefile.am [new file with mode: 0644]
tests/regression/tools/filtering/babelstats.pl [new file with mode: 0755]
tests/regression/tools/filtering/gen-ust-events.c [new file with mode: 0644]
tests/regression/tools/filtering/invalid-filters [new file with mode: 0755]
tests/regression/tools/filtering/runall [new file with mode: 0755]
tests/regression/tools/filtering/tp.c [new file with mode: 0644]
tests/regression/tools/filtering/tp.h [new file with mode: 0644]
tests/regression/tools/filtering/unsupported-ops [new file with mode: 0755]
tests/regression/tools/filtering/valid-filters [new file with mode: 0755]
tests/regression/tools/health/Makefile.am [new file with mode: 0644]
tests/regression/tools/health/health_check.c [new file with mode: 0644]
tests/regression/tools/health/health_exit.c [new file with mode: 0644]
tests/regression/tools/health/health_fail.c [new file with mode: 0644]
tests/regression/tools/health/health_stall.c [new file with mode: 0644]
tests/regression/tools/health/health_thread_exit [new file with mode: 0755]
tests/regression/tools/health/health_thread_stall [new file with mode: 0755]
tests/regression/tools/health/health_tp_fail [new file with mode: 0755]
tests/regression/tools/health/runall [new file with mode: 0755]
tests/regression/tools/runall.sh [new file with mode: 0755]
tests/regression/tools/streaming/Makefile.am [new file with mode: 0644]
tests/regression/tools/streaming/gen-ust-events.c [new file with mode: 0644]
tests/regression/tools/streaming/high_throughput_limits [new file with mode: 0755]
tests/regression/tools/streaming/run-kernel [new file with mode: 0755]
tests/regression/tools/streaming/run-ust [new file with mode: 0755]
tests/regression/tools/streaming/runall [new file with mode: 0755]
tests/regression/tools/streaming/tp.c [new file with mode: 0644]
tests/regression/tools/streaming/tp.h [new file with mode: 0644]
tests/regression/tools/streaming/unit_tests.c [new file with mode: 0644]
tests/regression/tools/streaming/uri_switch [new file with mode: 0755]
tests/regression/tools/test_kernel_data_trace.c [new file with mode: 0644]
tests/regression/tools/test_sessions.c [new file with mode: 0644]
tests/regression/tools/test_ust_data_trace.c [new file with mode: 0644]
tests/regression/ust/Makefile.am [new file with mode: 0644]
tests/regression/ust/before-after/Makefile.am [new file with mode: 0644]
tests/regression/ust/before-after/gen-nevents.c [new file with mode: 0644]
tests/regression/ust/before-after/run [new file with mode: 0755]
tests/regression/ust/before-after/tp.c [new file with mode: 0644]
tests/regression/ust/before-after/ust_gen_nevents.h [new file with mode: 0644]
tests/regression/ust/high-throughput/Makefile.am [new file with mode: 0644]
tests/regression/ust/high-throughput/main.c [new file with mode: 0644]
tests/regression/ust/high-throughput/run [new file with mode: 0755]
tests/regression/ust/high-throughput/tp.c [new file with mode: 0644]
tests/regression/ust/high-throughput/tp.h [new file with mode: 0644]
tests/regression/ust/low-throughput/Makefile.am [new file with mode: 0644]
tests/regression/ust/low-throughput/main.c [new file with mode: 0644]
tests/regression/ust/low-throughput/run [new file with mode: 0755]
tests/regression/ust/low-throughput/tp.c [new file with mode: 0644]
tests/regression/ust/low-throughput/tp.h [new file with mode: 0644]
tests/regression/ust/multi-session/Makefile.am [new file with mode: 0644]
tests/regression/ust/multi-session/gen-nevents.c [new file with mode: 0644]
tests/regression/ust/multi-session/run [new file with mode: 0755]
tests/regression/ust/multi-session/tp.c [new file with mode: 0644]
tests/regression/ust/multi-session/ust_gen_nevents.h [new file with mode: 0644]
tests/regression/ust/nprocesses/Makefile.am [new file with mode: 0644]
tests/regression/ust/nprocesses/gen-events-time.c [new file with mode: 0644]
tests/regression/ust/nprocesses/run [new file with mode: 0755]
tests/regression/ust/nprocesses/tp.c [new file with mode: 0644]
tests/regression/ust/nprocesses/ust-nprocesses [new file with mode: 0755]
tests/regression/ust/nprocesses/ust_gen_event.h [new file with mode: 0644]
tests/regression/ust/overlap/Makefile.am [new file with mode: 0644]
tests/regression/ust/overlap/demo/Makefile.am [new file with mode: 0644]
tests/regression/ust/overlap/demo/demo-trace [new file with mode: 0755]
tests/regression/ust/overlap/demo/demo.c [new file with mode: 0644]
tests/regression/ust/overlap/demo/tp.c [new file with mode: 0644]
tests/regression/ust/overlap/demo/tp2.c [new file with mode: 0644]
tests/regression/ust/overlap/demo/tp3.c [new file with mode: 0644]
tests/regression/ust/overlap/demo/ust_tests_demo.h [new file with mode: 0644]
tests/regression/ust/overlap/demo/ust_tests_demo2.h [new file with mode: 0644]
tests/regression/ust/overlap/demo/ust_tests_demo3.h [new file with mode: 0644]
tests/regression/ust/overlap/overlap.sh [new file with mode: 0755]
tests/regression/ust/overlap/run [new file with mode: 0755]
tests/regression/ust/run-ust-global-tests.sh [new file with mode: 0755]
tests/regression/ust/runall.sh [new file with mode: 0755]
tests/regression/ust/ust_global_event_basic.c [new file with mode: 0644]
tests/regression/ust/ust_global_event_wildcard.c [new file with mode: 0644]
tests/run-report.py [deleted file]
tests/runall.sh [deleted file]
tests/test_list.py [deleted file]
tests/tools/Makefile.am [deleted file]
tests/tools/filtering/Makefile.am [deleted file]
tests/tools/filtering/babelstats.pl [deleted file]
tests/tools/filtering/gen-ust-events.c [deleted file]
tests/tools/filtering/invalid-filters [deleted file]
tests/tools/filtering/runall [deleted file]
tests/tools/filtering/tp.c [deleted file]
tests/tools/filtering/tp.h [deleted file]
tests/tools/filtering/unsupported-ops [deleted file]
tests/tools/filtering/valid-filters [deleted file]
tests/tools/health/Makefile.am [deleted file]
tests/tools/health/health_check.c [deleted file]
tests/tools/health/health_exit.c [deleted file]
tests/tools/health/health_fail.c [deleted file]
tests/tools/health/health_stall.c [deleted file]
tests/tools/health/health_thread_exit [deleted file]
tests/tools/health/health_thread_stall [deleted file]
tests/tools/health/health_tp_fail [deleted file]
tests/tools/health/runall [deleted file]
tests/tools/runall.sh [deleted file]
tests/tools/streaming/Makefile.am [deleted file]
tests/tools/streaming/gen-ust-events.c [deleted file]
tests/tools/streaming/high_throughput_limits [deleted file]
tests/tools/streaming/run-kernel [deleted file]
tests/tools/streaming/run-ust [deleted file]
tests/tools/streaming/runall [deleted file]
tests/tools/streaming/tp.c [deleted file]
tests/tools/streaming/tp.h [deleted file]
tests/tools/streaming/unit_tests.c [deleted file]
tests/tools/streaming/uri_switch [deleted file]
tests/tools/test_kernel_data_trace.c [deleted file]
tests/tools/test_sessions.c [deleted file]
tests/tools/test_ust_data_trace.c [deleted file]
tests/ust/Makefile.am [deleted file]
tests/ust/before-after/Makefile.am [deleted file]
tests/ust/before-after/gen-nevents.c [deleted file]
tests/ust/before-after/run [deleted file]
tests/ust/before-after/tp.c [deleted file]
tests/ust/before-after/ust_gen_nevents.h [deleted file]
tests/ust/high-throughput/Makefile.am [deleted file]
tests/ust/high-throughput/main.c [deleted file]
tests/ust/high-throughput/run [deleted file]
tests/ust/high-throughput/tp.c [deleted file]
tests/ust/high-throughput/tp.h [deleted file]
tests/ust/low-throughput/Makefile.am [deleted file]
tests/ust/low-throughput/main.c [deleted file]
tests/ust/low-throughput/run [deleted file]
tests/ust/low-throughput/tp.c [deleted file]
tests/ust/low-throughput/tp.h [deleted file]
tests/ust/multi-session/Makefile.am [deleted file]
tests/ust/multi-session/gen-nevents.c [deleted file]
tests/ust/multi-session/run [deleted file]
tests/ust/multi-session/tp.c [deleted file]
tests/ust/multi-session/ust_gen_nevents.h [deleted file]
tests/ust/nprocesses/Makefile.am [deleted file]
tests/ust/nprocesses/gen-events-time.c [deleted file]
tests/ust/nprocesses/run [deleted file]
tests/ust/nprocesses/tp.c [deleted file]
tests/ust/nprocesses/ust-nprocesses [deleted file]
tests/ust/nprocesses/ust_gen_event.h [deleted file]
tests/ust/overlap/Makefile.am [deleted file]
tests/ust/overlap/demo/Makefile.am [deleted file]
tests/ust/overlap/demo/demo-trace [deleted file]
tests/ust/overlap/demo/demo.c [deleted file]
tests/ust/overlap/demo/tp.c [deleted file]
tests/ust/overlap/demo/tp2.c [deleted file]
tests/ust/overlap/demo/tp3.c [deleted file]
tests/ust/overlap/demo/ust_tests_demo.h [deleted file]
tests/ust/overlap/demo/ust_tests_demo2.h [deleted file]
tests/ust/overlap/demo/ust_tests_demo3.h [deleted file]
tests/ust/overlap/overlap.sh [deleted file]
tests/ust/overlap/run [deleted file]
tests/ust/run-ust-global-tests.sh [deleted file]
tests/ust/runall.sh [deleted file]
tests/ust/ust_global_event_basic.c [deleted file]
tests/ust/ust_global_event_wildcard.c [deleted file]
tests/utils.h [deleted file]
tests/utils.sh [deleted file]
tests/utils/utils.h [new file with mode: 0644]
tests/utils/utils.sh [new file with mode: 0644]
This page took 0.036122 seconds and 5 git commands to generate.