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:15:35 +0000 (11:15 -0400)
commit6e80c5ef08ec5705b72eff37685fd0ab5feabeb8
treeb3fd5c4b18990d8c10b976e8b5fb37cba2bffbfc
parent442175e6eb2d8449c2e5c06c8889d958d9c2406d
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.025479 seconds and 4 git commands to generate.