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
f6a2989f
Commit
f6a2989f
authored
Oct 20, 2015
by
Curd Becker
Browse files
make check in the toplevel directory should build and test the provided code
parent
f2448c1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
f6a2989f
...
...
@@ -52,16 +52,11 @@ p2: PROJECT = userprog
p3
:
PROJECT = vm
p4
:
PROJECT = filesys
# Tests that just compile the provided code.
threads
::
$
(
mk-sandbox
)
$(compile)
$
(
run-tests
)
TESTS
=
tests/threads/alarm-single
$
(
test-clean
)
$(clean)
userprog vm filesys
::
# Tests that compile and test the provided code.
threads userprog vm filesys
::
$
(
mk-sandbox
)
$(compile)
$
(
run-tests
)
$
(
test-clean
)
$(clean)
examples
::
...
...
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