diff options
Diffstat (limited to '.testr.conf')
-rw-r--r-- | .testr.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000000..e58becdafb --- /dev/null +++ b/.testr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_command=./buildtools/bin/waf test --filtered-subunit $IDOPTION +test_id_option=--load-list $IDFILE |