summaryrefslogtreecommitdiff
path: root/tests/src/data64kb.c
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-27 01:41:31 +0100
committernorly <ny-git@enpas.org>2013-06-27 02:03:50 +0100
commit093fbed81ea29ef23268d23f955bc87185e3c018 (patch)
tree7f0d7ebc15a44f4496e5536114031dfdafeef472 /tests/src/data64kb.c
parent6bb90a2a327e7005a15c584ec00818b8f485121d (diff)
Move test data256mb to end and add data64kb
Diffstat (limited to 'tests/src/data64kb.c')
-rw-r--r--tests/src/data64kb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/data64kb.c b/tests/src/data64kb.c
new file mode 100644
index 0000000..b5ebec1
--- /dev/null
+++ b/tests/src/data64kb.c
@@ -0,0 +1,2 @@
+/* 64 KB worth of data. */
+char data64kb[64*1024] = {1};