mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
|
include .defs.mk
|
||
|
|
||
|
TYPE = ndbapitest
|
||
|
DIRS = verify
|
||
|
BIN_TARGET = testGrep
|
||
|
SOURCES = testGrep.cpp
|
||
|
|
||
|
include $(NDB_TOP)/Epilogue.mk
|
||
|
|