Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
DiSL
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DiSL
DiSL
Commits
1618b1df
Commit
1618b1df
authored
Oct 08, 2014
by
Lubomir Bulej
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README_TESTS to reflect the rename of "disl.test.debug" to "test.debug".
parent
881681b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
README_TESTS
README_TESTS
+14
-8
No files found.
README_TESTS
View file @
1618b1df
...
...
@@ -7,20 +7,26 @@ ch.usi.dag.disl.test.suite package that invoke all parts of the framework
(client, server, ...) and verify computed results.
All tests are executed by running
$ ant test
To use the tests for debuging purposes during development, a single test suite
(for example, "after") can be executed by running
Properties given on the Ant command line starting with "-Ddisl.",
"-Ddislserver.", and "-Ddislreserver." are passed to the test.
To use the tests for debuging purposes during development, a single test
suite (for example, "after") can be executed by running
$ ant test -Dtest.name=after
Properties passed to Ant on the command line starting with "-Ddisl.",
"-Ddislserver.", and "-Ddislreserver." are passed to the test. For example,
to save the outputs produced by the test suites, use
-Ddisl.test.verbose=true
To save the outputs produced by the test suites, add "-Dtest.verbose=true"
to the Ant command line.
When built with "ant prepare-test" tests can be also run directly. They are
packed in the "build-test" directory.
The tests can be also run directly from the command line. To obtain the
command lines used by the test runner to execute the individual JVMs, add
"-Dtest.debug=true" to the Ant command line.
Implementation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment