sandialabs / SpecUtils

A library for opening, manipulating, and exporting gamma spectral files
GNU Lesser General Public License v2.1
26 stars 9 forks source link

Build Mods #28

Closed hbivens closed 6 months ago

hbivens commented 6 months ago

@wcjohns - I got the unit tests to build with these options:

-DSpecUtils_BUILD_FUZZING_TESTS:BOOL="false" 
-DSpecUtils_BUILD_REGRESSION_TEST:BOOL="false" 
-DSpecUtils_BUILD_UNIT_TESTS:BOOL="true" 
-DSpecUtils_USING_NO_THREADING:BOOL="True"  

These tests are failing:

          2 - TestIsoTimeString (Failed)
          4 - TestTimeFromString (Failed)
          5 - TestUtilityStringFunctions (Failed)
          6 - TestSplitToFloats (Failed)
         11 - TestRebinByLowerEnergy (Failed)
wcjohns commented 6 months ago

Thanks for these fixes!