summaryrefslogtreecommitdiff
path: root/valadate/testoptions.vala
diff options
context:
space:
mode:
Diffstat (limited to 'valadate/testoptions.vala')
-rw-r--r--valadate/testoptions.vala6
1 files changed, 6 insertions, 0 deletions
diff --git a/valadate/testoptions.vala b/valadate/testoptions.vala
index c627c69b1..1cffd5413 100644
--- a/valadate/testoptions.vala
+++ b/valadate/testoptions.vala
@@ -112,6 +112,12 @@ public class Valadate.TestOptions {
}
}
+ public string[] testpaths {
+ get {
+ return _paths;
+ }
+ }
+
public TestOptions(string[] args) throws OptionError {
_runtest = null;