mirror of
https://github.com/MariaDB/server.git
synced 2025-11-02 02:53:04 +03:00
10 lines
138 B
Makefile
10 lines
138 B
Makefile
include .defs.mk
|
|
|
|
TYPE = ndbapitest
|
|
|
|
BIN_TARGET = testScanInterpreter
|
|
|
|
SOURCES = testScanInterpreter.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|