Make CTF metadata parser reentrant
[babeltrace.git] / formats / ctf / metadata / Makefile.am
index fac978cce68bef88377d9246ff27708b525bd3a0..48df5ac2c0d565b5c6345bde98c74f70d82548a1 100644 (file)
@@ -5,3 +5,6 @@ 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-lexer.l ctf-parser.y
This page took 0.022491 seconds and 4 git commands to generate.