Move current compile tests to 'api1'
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Apr 2021 16:03:02 +0000 (12:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 May 2021 15:13:49 +0000 (11:13 -0400)
commitbebb067ef8020d5c36ab48271b0d9d9bb2b24e11
treef154665c0d046ac726c97bbf8309707ad39dba0b
parent4405cc3e105e60c95939e595b8dddcd0940a0b92
Move current compile tests to 'api1'

Move the current compile tests to the 'api1' directory and build them
with LTTNG_UST_COMPAT_API_VERSION=0 and LTTNG_UST_COMPAT_API_VERSION=1.

Change-Id: Ic46d549b5ec0735931bb2aa64115909fb2e25414
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
64 files changed:
.gitignore
configure.ac
tests/compile/Makefile.am
tests/compile/api1/Makefile.am [new file with mode: 0644]
tests/compile/api1/hello-many/Makefile.am [new file with mode: 0644]
tests/compile/api1/hello-many/README [new file with mode: 0644]
tests/compile/api1/hello-many/hello-many.c [new file with mode: 0644]
tests/compile/api1/hello-many/tp.c [new file with mode: 0644]
tests/compile/api1/hello-many/ust_tests_hello_many.h [new file with mode: 0644]
tests/compile/api1/hello.cxx/Makefile.am [new file with mode: 0644]
tests/compile/api1/hello.cxx/README [new file with mode: 0644]
tests/compile/api1/hello.cxx/hello.cpp [new file with mode: 0644]
tests/compile/api1/hello.cxx/tp-cpp.cpp [new file with mode: 0644]
tests/compile/api1/hello.cxx/ust_tests_hello.h [new file with mode: 0644]
tests/compile/api1/hello/Makefile.am [new file with mode: 0644]
tests/compile/api1/hello/Makefile.example.bsd [new file with mode: 0644]
tests/compile/api1/hello/Makefile.example.linux [new file with mode: 0644]
tests/compile/api1/hello/README [new file with mode: 0644]
tests/compile/api1/hello/hello.c [new file with mode: 0644]
tests/compile/api1/hello/tp.c [new file with mode: 0644]
tests/compile/api1/hello/ust_tests_hello.h [new file with mode: 0644]
tests/compile/api1/same_line_tracepoint/Makefile.am [new file with mode: 0644]
tests/compile/api1/same_line_tracepoint/README [new file with mode: 0644]
tests/compile/api1/same_line_tracepoint/same_line_tracepoint.c [new file with mode: 0644]
tests/compile/api1/same_line_tracepoint/ust_tests_sameline.h [new file with mode: 0644]
tests/compile/api1/test-app-ctx/Makefile.am [new file with mode: 0644]
tests/compile/api1/test-app-ctx/hello.c [new file with mode: 0644]
tests/compile/api1/test-app-ctx/tp.c [new file with mode: 0644]
tests/compile/api1/test-app-ctx/ust_tests_hello.h [new file with mode: 0644]
tests/compile/api1/ust-fields/Makefile.am [new file with mode: 0644]
tests/compile/api1/ust-fields/README [new file with mode: 0644]
tests/compile/api1/ust-fields/tp.c [new file with mode: 0644]
tests/compile/api1/ust-fields/ust-fields.c [new file with mode: 0644]
tests/compile/api1/ust-fields/ust_tests_ust_fields.h [new file with mode: 0644]
tests/compile/ctf-types/Makefile.am [deleted file]
tests/compile/ctf-types/README [deleted file]
tests/compile/ctf-types/ctf-types.c [deleted file]
tests/compile/ctf-types/tp.c [deleted file]
tests/compile/ctf-types/ust_tests_ctf_types.h [deleted file]
tests/compile/hello-many/Makefile.am [deleted file]
tests/compile/hello-many/README [deleted file]
tests/compile/hello-many/hello-many.c [deleted file]
tests/compile/hello-many/tp.c [deleted file]
tests/compile/hello-many/ust_tests_hello_many.h [deleted file]
tests/compile/hello.cxx/Makefile.am [deleted file]
tests/compile/hello.cxx/README [deleted file]
tests/compile/hello.cxx/hello.cpp [deleted file]
tests/compile/hello.cxx/tp-cpp.cpp [deleted file]
tests/compile/hello.cxx/ust_tests_hello.h [deleted file]
tests/compile/hello/Makefile.am [deleted file]
tests/compile/hello/Makefile.example.bsd [deleted file]
tests/compile/hello/Makefile.example.linux [deleted file]
tests/compile/hello/README [deleted file]
tests/compile/hello/hello.c [deleted file]
tests/compile/hello/tp.c [deleted file]
tests/compile/hello/ust_tests_hello.h [deleted file]
tests/compile/same_line_tracepoint/Makefile.am [deleted file]
tests/compile/same_line_tracepoint/README [deleted file]
tests/compile/same_line_tracepoint/same_line_tracepoint.c [deleted file]
tests/compile/same_line_tracepoint/ust_tests_sameline.h [deleted file]
tests/compile/test-app-ctx/Makefile.am [deleted file]
tests/compile/test-app-ctx/hello.c [deleted file]
tests/compile/test-app-ctx/tp.c [deleted file]
tests/compile/test-app-ctx/ust_tests_hello.h [deleted file]
This page took 0.029077 seconds and 4 git commands to generate.