Cleanup: separate tests between 'unit' and 'compile'
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 16 Jul 2020 19:09:45 +0000 (15:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Oct 2020 19:29:34 +0000 (15:29 -0400)
commitdbe6ade0ba17270b2cb119b9961bbb7e48ce4733
treea965e9595eb27612e2cb9b0b4da2147601ee3591
parent90e5d8e49c669c8ff7b6f304151b94638d8828e6
Cleanup: separate tests between 'unit' and 'compile'

Change-Id: Ib4326540609dc464b9a89ba9b891cf9c410d902b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
121 files changed:
.gitignore
configure.ac
tests/Makefile.am
tests/compile/Makefile.am [new file with mode: 0644]
tests/compile/ctf-types/Makefile.am [new file with mode: 0644]
tests/compile/ctf-types/README [new file with mode: 0644]
tests/compile/ctf-types/ctf-types.c [new file with mode: 0644]
tests/compile/ctf-types/tp.c [new file with mode: 0644]
tests/compile/ctf-types/ust_tests_ctf_types.h [new file with mode: 0644]
tests/compile/hello-many/Makefile.am [new file with mode: 0644]
tests/compile/hello-many/README [new file with mode: 0644]
tests/compile/hello-many/hello-many.c [new file with mode: 0644]
tests/compile/hello-many/tp.c [new file with mode: 0644]
tests/compile/hello-many/ust_tests_hello_many.h [new file with mode: 0644]
tests/compile/hello.cxx/Makefile.am [new file with mode: 0644]
tests/compile/hello.cxx/README [new file with mode: 0644]
tests/compile/hello.cxx/hello.cpp [new file with mode: 0644]
tests/compile/hello.cxx/tp-cpp.cpp [new file with mode: 0644]
tests/compile/hello.cxx/ust_tests_hello.h [new file with mode: 0644]
tests/compile/hello/Makefile.am [new file with mode: 0644]
tests/compile/hello/Makefile.example.bsd [new file with mode: 0644]
tests/compile/hello/Makefile.example.linux [new file with mode: 0644]
tests/compile/hello/README [new file with mode: 0644]
tests/compile/hello/hello.c [new file with mode: 0644]
tests/compile/hello/tp.c [new file with mode: 0644]
tests/compile/hello/ust_tests_hello.h [new file with mode: 0644]
tests/compile/same_line_tracepoint/Makefile.am [new file with mode: 0644]
tests/compile/same_line_tracepoint/README [new file with mode: 0644]
tests/compile/same_line_tracepoint/same_line_tracepoint.c [new file with mode: 0644]
tests/compile/same_line_tracepoint/ust_tests_sameline.h [new file with mode: 0644]
tests/compile/test-app-ctx/Makefile.am [new file with mode: 0644]
tests/compile/test-app-ctx/hello.c [new file with mode: 0644]
tests/compile/test-app-ctx/tp.c [new file with mode: 0644]
tests/compile/test-app-ctx/ust_tests_hello.h [new file with mode: 0644]
tests/ctf-types/Makefile.am [deleted file]
tests/ctf-types/README [deleted file]
tests/ctf-types/ctf-types.c [deleted file]
tests/ctf-types/tp.c [deleted file]
tests/ctf-types/ust_tests_ctf_types.h [deleted file]
tests/gcc-weak-hidden/Makefile.am [deleted file]
tests/gcc-weak-hidden/b.c [deleted file]
tests/gcc-weak-hidden/c.c [deleted file]
tests/gcc-weak-hidden/d.c [deleted file]
tests/gcc-weak-hidden/main.c [deleted file]
tests/hello-many/Makefile.am [deleted file]
tests/hello-many/README [deleted file]
tests/hello-many/hello-many.c [deleted file]
tests/hello-many/tp.c [deleted file]
tests/hello-many/ust_tests_hello_many.h [deleted file]
tests/hello.cxx/Makefile.am [deleted file]
tests/hello.cxx/README [deleted file]
tests/hello.cxx/hello.cpp [deleted file]
tests/hello.cxx/tp-cpp.cpp [deleted file]
tests/hello.cxx/ust_tests_hello.h [deleted file]
tests/hello/Makefile.am [deleted file]
tests/hello/Makefile.example.bsd [deleted file]
tests/hello/Makefile.example.linux [deleted file]
tests/hello/README [deleted file]
tests/hello/hello.c [deleted file]
tests/hello/tp.c [deleted file]
tests/hello/ust_tests_hello.h [deleted file]
tests/pthread_name/Makefile.am [deleted file]
tests/pthread_name/pthread_name.c [deleted file]
tests/same_line_tracepoint/Makefile.am [deleted file]
tests/same_line_tracepoint/README [deleted file]
tests/same_line_tracepoint/same_line_tracepoint.c [deleted file]
tests/same_line_tracepoint/ust_tests_sameline.h [deleted file]
tests/snprintf/Makefile.am [deleted file]
tests/snprintf/README [deleted file]
tests/snprintf/snprintf.c [deleted file]
tests/test-app-ctx/Makefile.am [deleted file]
tests/test-app-ctx/hello.c [deleted file]
tests/test-app-ctx/tp.c [deleted file]
tests/test-app-ctx/ust_tests_hello.h [deleted file]
tests/unit/Makefile.am [new file with mode: 0644]
tests/unit/gcc-weak-hidden/Makefile.am [new file with mode: 0644]
tests/unit/gcc-weak-hidden/b.c [new file with mode: 0644]
tests/unit/gcc-weak-hidden/c.c [new file with mode: 0644]
tests/unit/gcc-weak-hidden/d.c [new file with mode: 0644]
tests/unit/gcc-weak-hidden/main.c [new file with mode: 0644]
tests/unit/pthread_name/Makefile.am [new file with mode: 0644]
tests/unit/pthread_name/pthread_name.c [new file with mode: 0644]
tests/unit/snprintf/Makefile.am [new file with mode: 0644]
tests/unit/snprintf/README [new file with mode: 0644]
tests/unit/snprintf/snprintf.c [new file with mode: 0644]
tests/unit/ust-elf/Makefile.am [new file with mode: 0644]
tests/unit/ust-elf/README.md [new file with mode: 0644]
tests/unit/ust-elf/data/aarch64_be/main.elf [new file with mode: 0644]
tests/unit/ust-elf/data/aarch64_be/main.elf.debug [new file with mode: 0755]
tests/unit/ust-elf/data/armeb/main.elf [new file with mode: 0644]
tests/unit/ust-elf/data/armeb/main.elf.debug [new file with mode: 0755]
tests/unit/ust-elf/data/main.c [new file with mode: 0644]
tests/unit/ust-elf/data/pic/hello.c [new file with mode: 0644]
tests/unit/ust-elf/data/pic/hello.exec [new file with mode: 0644]
tests/unit/ust-elf/data/pic/hello.pic [new file with mode: 0644]
tests/unit/ust-elf/data/pic/hello.pie [new file with mode: 0644]
tests/unit/ust-elf/data/pic/libhello.c [new file with mode: 0644]
tests/unit/ust-elf/data/x86/main.elf [new file with mode: 0644]
tests/unit/ust-elf/data/x86/main.elf.debug [new file with mode: 0755]
tests/unit/ust-elf/data/x86_64/main.elf [new file with mode: 0644]
tests/unit/ust-elf/data/x86_64/main.elf.debug [new file with mode: 0755]
tests/unit/ust-elf/test_ust_elf.in [new file with mode: 0644]
tests/unit/ust-elf/ust-elf.c [new file with mode: 0644]
tests/ust-elf/Makefile.am [deleted file]
tests/ust-elf/README.md [deleted file]
tests/ust-elf/data/aarch64_be/main.elf [deleted file]
tests/ust-elf/data/aarch64_be/main.elf.debug [deleted file]
tests/ust-elf/data/armeb/main.elf [deleted file]
tests/ust-elf/data/armeb/main.elf.debug [deleted file]
tests/ust-elf/data/main.c [deleted file]
tests/ust-elf/data/pic/hello.c [deleted file]
tests/ust-elf/data/pic/hello.exec [deleted file]
tests/ust-elf/data/pic/hello.pic [deleted file]
tests/ust-elf/data/pic/hello.pie [deleted file]
tests/ust-elf/data/pic/libhello.c [deleted file]
tests/ust-elf/data/x86/main.elf [deleted file]
tests/ust-elf/data/x86/main.elf.debug [deleted file]
tests/ust-elf/data/x86_64/main.elf [deleted file]
tests/ust-elf/data/x86_64/main.elf.debug [deleted file]
tests/ust-elf/test_ust_elf.in [deleted file]
tests/ust-elf/ust-elf.c [deleted file]
This page took 0.031529 seconds and 5 git commands to generate.