summaryrefslogtreecommitdiff
path: root/tests/testthat/test-product.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat/test-product.R')
-rw-r--r--tests/testthat/test-product.R3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testthat/test-product.R b/tests/testthat/test-product.R
new file mode 100644
index 0000000..4f01e4e
--- /dev/null
+++ b/tests/testthat/test-product.R
@@ -0,0 +1,3 @@
+test_that ("The Laplacian matrix product is correct", {
+ check_matrix_product ()
+})