Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
operating-systems
ws21
assignments
Commits
f2448c1c
Commit
f2448c1c
authored
Oct 20, 2015
by
Curd Becker
Browse files
the reference solutions are not included.. therefore they shouldn't be tested :)
parent
2b1cf461
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
f2448c1c
TESTS
=
examples threads p1 userprog p2 vm p3 filesys p4
#TESTS = examples threads p1 userprog p2 vm p3 filesys p4
TESTS
=
examples threads userprog vm filesys
PATH
:=
$(
shell
pwd
)
/../src/utils:
$(PATH)
...
...
@@ -69,10 +70,10 @@ examples::
$(clean)
# Tests for the reference solutions.
p1 p2 p3 p4
::
$
(
mk-sandbox
)
$
(
apply-patch
)
$
(
run-tests
)
$
(
grade-tests
)
$
(
test-clean
)
$(clean)
#
p1 p2 p3 p4::
#
$(mk-sandbox)
#
$(apply-patch)
#
$(run-tests)
#
$(grade-tests)
#
$(test-clean)
#
$(clean)
Write
Preview
Supports
Markdown
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