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/util/options/Makefile.am

    r9f1c84 r9259c3  
    4444#libSCoptions_libincludedir = $(libdir)/util/options/include
    4545#nodist_libSCoptions_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
    46 
    47 
    48 OPTIONSTESTS = \
    49         sample
    50 
    51 TESTS += $(OPTIONSTESTS)
    52 check_PROGRAMS += $(OPTIONSTESTS)
    53 noinst_PROGRAMS += $(OPTIONSTESTS)
    54 
    55 OPTIONSLIBS = \
    56         libSCoptions.la
    57 
    58 sample_SOURCES = \
    59         util/options/README.cc
    60 
    61 sample_LDADD = \
    62         $(OPTIONSLIBS)
    63 
    64 
Note: See TracChangeset for help on using the changeset viewer.