Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
praich
Ns 3 Dev
Commits
db7f4b83
Commit
db7f4b83
authored
2 years ago
by
Gabriel Ferreira
Browse files
Options
Download
Email Patches
Plain Diff
build: Fix scratches subdir test
parent
0ebda15d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/tests/test-ns3.py
+3
-3
utils/tests/test-ns3.py
with
3 additions
and
3 deletions
+3
-3
utils/tests/test-ns3.py
View file @
db7f4b83
...
...
@@ -1797,9 +1797,9 @@ class NS3BuildBaseTestCase(NS3BaseTestCase):
targets
=
{
"scratch/scratch-simulator"
:
"scratch-simulator"
,
"scratch/scratch-simulator.cc"
:
"scratch-simulator"
,
"scratch-simulator"
:
"scratch-simulator"
,
"scratch/subdir/scratch-
simulator-
subdir"
:
"subdir_scratch-
simulator-
subdir"
,
"subdir/scratch-
simulator-
subdir"
:
"subdir_scratch-
simulator-
subdir"
,
"scratch-
simulator-
subdir"
:
"subdir_scratch-
simulator-
subdir"
,
"scratch/subdir/scratch-subdir"
:
"subdir_scratch-subdir"
,
"subdir/scratch-subdir"
:
"subdir_scratch-subdir"
,
"scratch-subdir"
:
"subdir_scratch-subdir"
,
}
for
(
target_to_run
,
target_cmake
)
in
targets
.
items
():
# Test if build is working.
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help