Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pieter Koopman
Personal Prof public repository
Commits
12949aa5
Commit
12949aa5
authored
Dec 10, 2020
by
Markus Klinik
Browse files
README
parent
5d36f3bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
12949aa5
...
...
@@ -68,6 +68,10 @@ file, and you have to use no-bs to log in to Brightspace. This needs to be done
only once. Logging in with no-bs stores a long-term authentication cookie on
your computer.
The basic steps to set up no-bs are described in this README. For more
information about no-bs see
https://gitlab.science.ru.nl/objectorientatie/brightspace-grading-tool
1.
Clone repository
```
...
...
@@ -140,10 +144,6 @@ $ ./personal-prof run <course-name> <folder-id> <target-directory> <ruleset-name
# Contributing
If you want to work on Personal Prof, use eclipse-rcp.
## Developing the rules
To develop rascal code, use eclipse-rcp. Follow the instructions here:
https://www.rascal-mpl.org/start/
...
...
@@ -154,11 +154,15 @@ There are some test projects and test cases to check that the rules give
correct error messages. To run the tests, use the test script. The test script
looks for all files
`*Spec.rsc`
and executes them
$ ./test.sh
```
$ ./test.sh
```
To test only specific files, specify them on the command line.
$ ./test.sh Assignment02RulesSpec.rsc Assignment03RulesSpec.rsc
```
$ ./test.sh Assignment02RulesSpec.rsc Assignment03RulesSpec.rsc
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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