From 8f6759bfa0cfcfaf379d09c0c331aabb7395d319 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Mon, 4 Oct 2021 09:54:55 +0100 Subject: Tag some tests as slow --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6fcd98d..e61e889 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,32 @@ java -cp : uk.ac.ox.cs.rsacomb.RSAComb [" +``` + +For example, to execute only unit tests concerning the canonical model computation, run +``` +sbt "testOnly uk.ac.ox.cs.rsacomb.CanonicalModelSpec" +``` + +or alternatively +``` +sbt "testOnly *CanonicalModelSpec" +``` + +To run only functional tests for LUBM, excluding tests tagged as *slow* (that require more resources), run +``` +sbt "testOnly *functional.LUBM -- -l org.scalatest.tags.Slow" +``` + ## Changes introduced We tried to implement the system as close as possible to the theoretical description provided in [[1](#references)]. -- cgit v1.2.3