move snprintf test suite to tests/snprintf/ and add test
[ust.git] / tests / snprintf / Makefile.am
diff --git a/tests/snprintf/Makefile.am b/tests/snprintf/Makefile.am
new file mode 100644 (file)
index 0000000..809531b
--- /dev/null
@@ -0,0 +1,5 @@
+check_PROGRAMS = prog
+prog_SOURCES = prog.c
+prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la
+
+TESTS = prog
This page took 0.022712 seconds and 4 git commands to generate.