Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VAPython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VAPython
Commits
3797e857
Commit
3797e857
authored
Aug 21, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing minor problems with build scripts and renaming va connection test
parent
75176992
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+2
-2
MANIFEST.in
MANIFEST.in
+1
-1
tests/va_test_connection.py
tests/va_test_connection.py
+1
-1
No files found.
CMakeLists.txt
View file @
3797e857
...
...
@@ -69,7 +69,7 @@ foreach( VISTACORELIBS_LIBRARY_DIR ${VISTACORELIBS_LIBRARY_DIRS} )
endforeach
(
)
# Tests
install
(
DIRECTORY
"tests"
DESTINATION
"python"
)
#
install
(
DIRECTORY
"tests"
DESTINATION
"python"
)
# Examples
install
(
DIRECTORY
"
test
s"
DESTINATION
"python"
)
install
(
DIRECTORY
"
example
s"
DESTINATION
"python"
)
MANIFEST.in
View file @
3797e857
include README.md LICENSE.md
include README.md LICENSE.md
MANIFEST.in
include bin/*.dll
include src/*.hpp
recursive-include tests *
\ No newline at end of file
tests/va
test
.py
→
tests/va
_test_connection
.py
View file @
3797e857
# VA is used as a singleton.
# You can access va in every script, function and method.
print
(
"Testing va extension."
)
print
(
"Testing va extension
connection
."
)
import
va
...
...
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