summaryrefslogtreecommitdiff
path: root/ndb/src/kernel/blocks/ndbfs/AsyncFileTest/Makefile
blob: b0356e6da6800974095b5c498f85e71c3947725e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include .defs.mk

TYPE := kernel

BIN_TARGET := aftest
BIN_TARGET_ARCHIVES := ndbfs portlib trace signaldataprint

SOURCES = AsyncFileTest.cpp

CFLAGS_AsyncFileTest.cpp = -I../

include $(NDB_TOP)/Epilogue.mk


# run basic tests
run_test :
	$(NDB_TOP)/bin/$(BIN_TARGET)
	$(NDB_TOP)/bin/$(BIN_TARGET) -n 8 -r 8 -l 10 -remove
	$(NDB_TOP)/bin/$(BIN_TARGET) -n 8 -r 8 -l 10 -reverse -remove
	$(NDB_TOP)/bin/$(BIN_TARGET) -n 8 -r 8 -l 10 -s 512 -remove
	$(NDB_TOP)/bin/$(BIN_TARGET) -n 8 -r 4 -l 1000