mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
10 lines
130 B
Makefile
10 lines
130 B
Makefile
|
include .defs.mk
|
||
|
|
||
|
TYPE := ndbapitest
|
||
|
|
||
|
BIN_TARGET := testOperations
|
||
|
|
||
|
SOURCES := testOperations.cpp
|
||
|
|
||
|
include $(NDB_TOP)/Epilogue.mk
|