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
Mart Lubbers
CleanSerial
Commits
c5bc5732
Commit
c5bc5732
authored
Apr 24, 2018
by
Mart Lubbers
Browse files
add test
parent
1da5b3a9
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
c5bc5732
Clean System Files
TTY
Monitor
sapl
test
*.exe
...
...
tests/.gitignore
0 → 100644
View file @
c5bc5732
listDevices
tests/Makefile
0 → 100644
View file @
c5bc5732
%.prj
:
cpm project
$(
basename
$@
)
create
cpm project
$@
target iTasks
cpm project
$@
set
-h
2000m
-s
20m
-dynamics
cpm project
$@
root ..
cpm project
$@
path add
"
$$
PWD/../POSIX"
cpm project
$@
path add
"
$$
PWD/.."
tests/listDevices.icl
0 → 100644
View file @
c5bc5732
module
listDevices
import
TTY
import
Text
import
Data
.
Tuple
Start
w
=
appFst
(
join
"
\n
"
)
(
getTTYDevices
w
)
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