Skip to content
Snippets Groups Projects
Commit 3936c4b6 authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Pythonwrapper build scripts

parent 1262236d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@
""" This document contains classes that are useful for using the orekit
library in Python. """
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
# Set up the orekit namespace
import orekit
......
set JCC_JDK=C:\Program Files (x86)\Java\jdk1.6.0_35
set JAVA_HOME=%JCC_JDK%
set PATH=%JCC_JDK%\jre\bin\client;%JCC_JDK%\bin;%JCC_JDK%\lib;%PATH%
\ No newline at end of file
cd test
python AltitudeDetectorTest.py
python NodeDetectorTest.py
python ImpulseManeuverTest.py
python BackAndForthDetectorTest.py
python KeplerianConverterTest.py
python EventHandlerTest.py
python AbstractDetectorTest.py
python EventDetectorTest.py
python SmallManeuverAnalyticalModelTest.py
python GroundFieldOfViewDetectorTest.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment