mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
9 lines
132 B
Makefile
Executable file
9 lines
132 B
Makefile
Executable file
include .defs.mk
|
|
|
|
TYPE := ndbapitest
|
|
|
|
BIN_TARGET := testBasicAsynch
|
|
|
|
SOURCES := testBasicAsynch.cpp
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|