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