Move test data256mb to end and add data64kb
[centaur.git] / tests / 99-data256mb.test
diff --git a/tests/99-data256mb.test b/tests/99-data256mb.test
new file mode 100644 (file)
index 0000000..55cfcd2
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+source ./boilerplate.sh
+
+elfucli --input $BUILDDIR/putsmain \
+        --reladd $BUILDDIR/data256mb.o \
+        --output $BUILDDIR/putsmain-with-data256mb
+test_check_retval
+
+$BUILDDIR/putsmain-with-data256mb | grep -q "puts() #2 called in main()"
+test_check_retval