Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
ligo-segments
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
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
lscsoft
ligo-segments
Commits
b8d98df0
Commit
b8d98df0
authored
Oct 11, 2018
by
Kipp Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up test/Makefile
- there was still cruft in here from its time in glue
parent
c649bfc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
test/Makefile
test/Makefile
+3
-12
No files found.
test/Makefile
View file @
b8d98df0
...
...
@@ -8,16 +8,7 @@ define printpassfail
{
echo
"Pass"
;
true
;
}
||
{
echo
"Fail"
;
false
;
}
endef
SERVEFILESPORT
:=
16543
define
servefilesstart
{
$(PYTHON)
-c
"from six.moves.socketserver import TCPServer ; from six.moves.SimpleHTTPServer import SimpleHTTPRequestHandler ; TCPServer(('127.0.0.1', $(SERVEFILESPORT)), SimpleHTTPRequestHandler).serve_forever()"
&
sleep
1
;
}
endef
define
servefilesstop
{
killall
$(PYTHON)
;
sleep
1
;
true
;
}
endef
segments_verify
:
@
echo
"=== start
segments_verify
===>"
$(PYTHON)
segments_verify
.py
&&
$(printpassfail)
@
echo
"<=== end
segments_verify
==="
@
echo
"=== start
$@
===>"
$(PYTHON)
$@
.py
&&
$(printpassfail)
@
echo
"<=== end
$@
==="
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