Add a tracepoint test program
[ust.git] / tests / tracepoint / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 noinst_PROGRAMS = tracepoint_test
4 tracepoint_test_SOURCES = tracepoint_test.c tracepoint_test.h
5 tracepoint_test_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
6
7 CFLAGS_tracepoint_test.o = -I$(src)
8 noinst_SCRIPTS = run
9 EXTRA_DIST = run
This page took 0.028627 seconds and 4 git commands to generate.