Ignore:
Timestamp:
Sep 13, 2025, 2:44:01 PM (7 weeks ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
e9f307
Parents:
9f1c84
git-author:
Frederik Heber <frederik.heber@…> (09/13/25 09:31:33)
git-committer:
Frederik Heber <frederik.heber@…> (09/13/25 14:44:01)
Message:

MPQC_OPEN: Fixes unit tests.

  • several unit tests programs actually need arguments. Those have been copnverted to autotest test cases.
  • half of these new test cases are expected to fail because modules cannot be properly loaded.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ThirdParty/mpqc_open/src/lib/math/isosurf/Makefile.am

    r9f1c84 r9259c3  
    6666#libSCisosurf_libincludedir = $(libdir)/math/isosurf/include
    6767#nodist_libSCisosurf_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
    68 
    69 
    70 ISOSURFTESTS = \
    71         isotest
    72 
    73 # ?isotest crashes with mpi (also in original implementation)
    74 
    75 TESTS += $(ISOSURFTESTS)
    76 check_PROGRAMS += $(ISOSURFTESTS)
    77 noinst_PROGRAMS += $(ISOSURFTESTS)
    78 
    79 ISOSURFLIBS = \
    80         libSCisosurf.la libSCoptimize.la libSCscmat.la libSCgroup.la libSCrender.la libSCmisc.la libSCstate.la libSCkeyval.la libSCclass.la libSCcontainer.la libSCref.la
    81 
    82 isotest_SOURCES = \
    83         math/isosurf/isotest.cc
    84 isotest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/math/isosurf\"
    85 #       $(AM_CPPFLAGS:-fno-implicit-templates=)
    86 isotest_LDADD = \
    87         $(ISOSURFLIBS)
    88 
    89 
    90 EXTRA_DIST += ./math/isosurf/isotest.in
Note: See TracChangeset for help on using the changeset viewer.