Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
594d0ddb
Commit
594d0ddb
authored
Apr 17, 2014
by
Damien George
Browse files
Merge pull request #505 from lurch/patch-5
Add 'test' target to unix/Makefile
parents
91d0ab9b
e02b77bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
594d0ddb
...
...
@@ -67,3 +67,8 @@ OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
include
../py/mkrules.mk
.PHONY
:
test
test
:
$(PROG) ../tests/run-tests
$(
eval
DIRNAME
=
$(
notdir
$(CURDIR)
))
cd
../tests
&&
MICROPY_MICROPYTHON
=
../
$(DIRNAME)
/
$(PROG)
./run-tests
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