tests: compile all unit tests as C++
[lttng-tools.git] / tests / unit / Makefile.am
index a311bc3e4dc7a40b89c8ddb5b056a89f0eda3e38..e555b0149479d30b69cf0d2232e14cb734770fb0 100644 (file)
@@ -87,7 +87,7 @@ test_session_SOURCES = test_session.cpp
 test_session_LDADD = $(LIBTAP) $(LIBLTTNG_SESSIOND_COMMON) $(DL_LIBS)
 
 if HAVE_LIBLTTNG_UST_CTL
-test_session_SOURCES += ust-sigbus.c
+test_session_SOURCES += ust-sigbus.cpp
 test_session_LDADD += $(UST_CTL_LIBS)
 endif
 
This page took 0.022362 seconds and 4 git commands to generate.