tests: normalize names of files and more
[babeltrace.git] / tests / ctf-writer / Makefile.am
index c6c3ebab9d7bcdb1c20ec1ddc077b5c45b76d5d9..807f54db57797afafb6ab89f64e8fabd165c5b6c 100644 (file)
@@ -2,9 +2,9 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
-noinst_PROGRAMS = ctf_writer
+noinst_PROGRAMS = ctf-writer
 
-ctf_writer_SOURCES = ctf_writer.c
+ctf_writer_SOURCES = ctf-writer.c
 ctf_writer_LDADD = \
        $(top_builddir)/tests/utils/tap/libtap.la \
        $(top_builddir)/tests/utils/libtestcommon.la \
@@ -13,4 +13,4 @@ ctf_writer_LDADD = \
        $(top_builddir)/src/logging/liblogging.la
 
 
-dist_check_SCRIPTS = test_ctf_writer
+dist_check_SCRIPTS = test-ctf-writer.sh
This page took 0.023587 seconds and 4 git commands to generate.