mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
10 lines
132 B
Makefile
10 lines
132 B
Makefile
include .defs.mk
|
|
|
|
TYPE = ndbapitest
|
|
|
|
BIN_TARGET = testOrderedIndex
|
|
|
|
SOURCES = testOrderedIndex.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|