mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
9 lines
282 B
Makefile
9 lines
282 B
Makefile
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \
|
|
-I$(top_srcdir)/unittest/mytap -I$(top_srcdir)/include
|
|
|
|
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
|
|
|
|
LDADD = -lmytap
|
|
|
|
noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t core-t
|
|
|