mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
include .defs.mk
|
|
|
|
TYPE := ndbapitest
|
|
|
|
BIN_TARGET := testOperations
|
|
|
|
SOURCES := testOperations.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|