From dfd31745f6ebee0696d67f044085b96e43aa8ee1 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Tue, 29 Nov 2022 22:27:27 -0600 Subject: Add tests for C++ unit test library --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4ca6097..e073234 100644 --- a/Makefile.am +++ b/Makefile.am @@ -231,9 +231,11 @@ RUNTEST = ${top_srcdir}/runtest AM_CPPFLAGS = -I$(top_srcdir) check_PROGRAMS = unit \ - testsuite/libdejagnu/unit-c + testsuite/libdejagnu/unit-c \ + testsuite/libdejagnu/unit-cxx unit_SOURCES = testsuite/libdejagnu/unit.cc testsuite_libdejagnu_unit_c_SOURCES = testsuite/libdejagnu/unit-c.c +testsuite_libdejagnu_unit_cxx_SOURCES = testsuite/libdejagnu/unit-cxx.cxx # Documentation. -- cgit v1.1