Definition at line 3 of file test_import.py.
6 debug(
'Attempting to import geoalgo')
8 ROOT.gSystem.Load(
"liblarcorealg_GeoAlgo.so")
9 from ROOT
import geoalgo
11 error(
'Import geoalgo unit test failed.')
13 info(
'geoalgo import succeeded.')