Fix 64-bit warnings
[babeltrace.git] / formats / ctf / metadata / Makefile.am
index fac978cce68bef88377d9246ff27708b525bd3a0..a75e10c618a17e45e0c6891316879043d8bf94c3 100644 (file)
@@ -5,3 +5,8 @@ AM_YFLAGS = -t -d
 noinst_LIBRARIES = libctf-parser.a
 
 libctf_parser_a_SOURCES = ctf-lexer.l ctf-parser.y
+
+bin_PROGRAMS = ctf-parser-test
+ctf_parser_test_SOURCES = \
+                       ctf-parser-test.c ctf-visitor-xml.c \
+                       ctf-lexer.l ctf-parser.y
This page took 0.04007 seconds and 4 git commands to generate.