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
O
OpenFlipper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
f8e2e049
Commit
f8e2e049
authored
Mar 07, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated test generator for python algorithm test
parent
545cec92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/testGenerators.cmake
tests/testGenerators.cmake
+1
-1
No files found.
tests/testGenerators.cmake
View file @
f8e2e049
...
...
@@ -290,7 +290,7 @@ function( run_algorithm_test TEST_SCRIPT INPUT_FILE INPUT_REFERENCE )
string
(
REGEX MATCH
"Plugin-.+[/
\\
]?$"
_plugin_name
${
_plugin_dir
}
)
# Configure the test script from the current directory with the given filenames and variables into the test directory
configure_file
(
${
CMAKE_
SOURCE_DIR
}
/
${
_plugin_dir
}
/tests
/
${
TEST_SCRIPT
}
configure_file
(
${
CMAKE_
CURRENT_SOURCE_DIR
}
/
${
TEST_SCRIPT
}
${
OPENFLIPPER_TEST_FILES
}
/
${
_plugin_name
}
/
${
TEST_FILE
}
)
# Set the filename and path for the configured script
...
...
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