mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#3206 (Adding unit tests):
Moving mytap library into unittest/ Adding 'test' target to make and run unit tests. Minor fixes.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
|
||||
AM_CPPFLAGS += -I$(top_builddir)/mytap
|
||||
AM_CPPFLAGS += -I$(top_builddir)/unittest/mytap
|
||||
|
||||
AM_LDFLAGS = -L$(top_builddir)/mytap
|
||||
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
|
||||
|
||||
AM_CFLAGS = -Wall -ansi -pedantic
|
||||
AM_CFLAGS = -W -Wall -ansi -pedantic
|
||||
|
||||
LDADD = -lmytap
|
||||
|
||||
|
Reference in New Issue
Block a user