Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CleanSerial
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mart Lubbers
CleanSerial
Commits
c5bc5732
Commit
c5bc5732
authored
Apr 24, 2018
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add test
parent
1da5b3a9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
.gitignore
.gitignore
+1
-0
tests/.gitignore
tests/.gitignore
+1
-0
tests/Makefile
tests/Makefile
+7
-0
tests/listDevices.icl
tests/listDevices.icl
+7
-0
No files found.
.gitignore
View file @
c5bc5732
Clean System Files
Clean System Files
TTY
TTY
Monitor
sapl
sapl
test
test
*.exe
*.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
Markdown
is supported
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