Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
VAPython
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
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