From 9c2cf556a6ba532ad26a3b4d96e42f9f2b5e00ac Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 18 Nov 2014 21:02:41 +0200 Subject: Add a spreadsheet to test OpenCL implementation on user request Loading this spreadsheet and verifying that the end result in A1 is "PASS" will be bound to the 'Test' button on the calculation details dialog. Actually, I wonder whether it might be saner to just populate a spreadsheet programmatically instead of having a (not huge, but still large) test file bundled in the installation? We could make it so that the generated document stays open and is usable normally, so that if necessary (for instance for comparison with other spreadsheet applications) it can be saved. Change-Id: Idea972cd0f598643e35314576f593047d49378c6 --- sc/util/testopencl.xls | Bin 0 -> 138240 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sc/util/testopencl.xls (limited to 'sc/util') diff --git a/sc/util/testopencl.xls b/sc/util/testopencl.xls new file mode 100644 index 000000000000..e13179f14af9 Binary files /dev/null and b/sc/util/testopencl.xls differ -- cgit