Move test data256mb to end and add data64kb
[centaur.git] / tests / src / data64kb.c
diff --git a/tests/src/data64kb.c b/tests/src/data64kb.c
new file mode 100644 (file)
index 0000000..b5ebec1
--- /dev/null
@@ -0,0 +1,2 @@
+/* 64 KB worth of data. */
+char data64kb[64*1024] = {1};