Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nemu3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
nexedi
nemu3
Commits
d12def45
Commit
d12def45
authored
Jun 08, 2010
by
Martín Ferrari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename tests; update MANIFEST; add MANIFEST target to Makefile
parent
b9c084da
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
7 deletions
+13
-7
MANIFEST
MANIFEST
+5
-5
Makefile
Makefile
+8
-2
t/test_core.py
t/test_core.py
+0
-0
t/test_interfaces.py
t/test_interfaces.py
+0
-0
t/test_node.py
t/test_node.py
+0
-0
t/test_routing.py
t/test_routing.py
+0
-0
t/test_subprocess.py
t/test_subprocess.py
+0
-0
No files found.
MANIFEST
View file @
d12def45
...
@@ -4,8 +4,8 @@ sample-api.py
...
@@ -4,8 +4,8 @@ sample-api.py
setup.cfg
setup.cfg
setup.py
setup.py
src/netns/__init__.py
src/netns/__init__.py
t/core.py
t/
test_
core.py
t/interfaces.py
t/
test_
interfaces.py
t/node.py
t/
test_
node.py
t/
subprocess
.py
t/
test_routing
.py
t/
routing
.py
t/
test_subprocess
.py
Makefile
View file @
d12def45
...
@@ -35,7 +35,13 @@ clean:
...
@@ -35,7 +35,13 @@ clean:
distclean
:
clean
distclean
:
clean
rm
-rf
"
$(DISTDIR)
"
rm
-rf
"
$(DISTDIR)
"
dist
:
MANIFEST
:
find
.
-path
./.hg
-prune
-o
-path
./build
-prune
-o
\
-name
\*
.pyc
-prune
-o
-name
\*
.swp
-prune
-o
\
-name
MANIFEST
-prune
-o
-type
f
-print
|
\
sed
's#^\./##'
|
sort
>
MANIFEST
dist
:
MANIFEST
./setup.py sdist
./setup.py sdist
.PHONY
:
clean distclean dist test coverage install
.PHONY
:
clean distclean dist test coverage install
MANIFEST
t/core.py
→
t/
test_
core.py
View file @
d12def45
File moved
t/interfaces.py
→
t/
test_
interfaces.py
View file @
d12def45
File moved
t/node.py
→
t/
test_
node.py
View file @
d12def45
File moved
t/routing.py
→
t/
test_
routing.py
View file @
d12def45
File moved
t/subprocess.py
→
t/
test_
subprocess.py
View file @
d12def45
File moved
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