mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
5409997d49
rename *.t* to *-t* to be automake-friendly simplify Makefiles test_atomic.c: move to unittest, add GPL comment, fix warnings, convert to tap framework. configure: remove custom tests for available types, use AC_CHECK_TYPE instead x86-gcc.h: fix gcc -ansi errors while maintaining readability ignore: added *-t
9 lines
275 B
Makefile
9 lines
275 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
|
|
|