Skip to content
Snippets Groups Projects
Commit 3797e857 authored by Dipl.-Ing. Jonas Stienen's avatar Dipl.-Ing. Jonas Stienen
Browse files

Fixing minor problems with build scripts and renaming va connection test

parent 75176992
No related branches found
No related tags found
No related merge requests found
......@@ -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 "tests" DESTINATION "python" )
install( DIRECTORY "examples" DESTINATION "python" )
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
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment