Skip to content

Commit

Permalink
Working version of new vesuvio loader. Refs #6207
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Nov 22, 2012
1 parent 10dc7fc commit 23695a4
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ set ( PLUGINS "." )
set ( PV_PLUGINS "./pvplugins" )
set ( IGNORE_PARAVIEW "0" )
set ( QTPLUGINS "." )
set ( PYTHONALGS ${MANTID_ROOT}/Framework/PythonAPI/PythonAlgorithms )
set ( PYTHONALGS "${MANTID_ROOT}/Framework/PythonAPI/PythonAlgorithms;${MANTID_ROOT}/Framework/PythonInterface/PythonAlgorithms" )
set ( DATADIRS ${MANTID_ROOT}/../../Test/AutoTestData;${MANTID_ROOT}/instrument )
set ( COLORMAPS_FOLDER ${MANTID_ROOT}/Installers/colormaps/ )

Expand Down
1 change: 1 addition & 0 deletions Code/Mantid/Framework/PythonInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ set ( TEST_PY_FILES
test/python/WorkspaceGroupTest.py
test/python/WorkspacePropertiesTest.py
test/python/WorkspaceValidatorsTest.py
PythonAlgorithms/test/LoadVesuvioTest.py
)

set ( PYTEST_HELPERS test/python/testhelpers.py )
Expand Down

0 comments on commit 23695a4

Please sign in to comment.