Add api0 compile tests
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Apr 2021 17:44:46 +0000 (13:44 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 May 2021 15:14:26 +0000 (11:14 -0400)
commitd0e8dd3951870f4341b50598afd0fd7c42516866
treeb3fd5c4b18990d8c10b976e8b5fb37cba2bffbfc
parentbebb067ef8020d5c36ab48271b0d9d9bb2b24e11
Add api0 compile tests

These compile tests will detect if we break the build of tracepoint
providers using the api0 of lttng-ust <= 2.12.

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