summaryrefslogtreecommitdiff
path: root/storage/ndb/test/ndbapi/old_dirs/testSystemRestart/Makefile
blob: 7a306eb313da3cfd9c2f4e481782a3b05cbe4da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
include .defs.mk

TYPE =		ndbapitest

BIN_TARGET =	testSystemRestart

SOURCES =	testSystemRestart.cpp 

CFLAGS_testSystemRestart.cpp := -I$(call fixpath,$(NDB_TOP)/include/kernel)

include $(NDB_TOP)/Epilogue.mk