Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexandru Dura
pintos-public
Commits
6d3eca0f
Commit
6d3eca0f
authored
Mar 27, 2021
by
Alexandru Dura
Browse files
Add a test target
parent
02df7297
Changes
1
Show whitespace changes
Inline
Side-by-side
shell/Makefile
View file @
6d3eca0f
...
...
@@ -14,5 +14,8 @@ main: $(OBJS)
clean
:
rm
-f
*
.o sh core out
test
:
main
python3 shell-test.py
$(OUT)
shell-test
:
shell-test.c
$(CC)
-D_DEFAULT_SOURCE
-Wall
$<
-o
$@
test
:
main shell-test
./shell-test
`
pwd
`
/
$(OUT)
-n
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