aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-29 22:41:14 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-29 22:41:14 -0600
commit93b2a2bafefcd647a55e72dda0618f55f4f694f7 (patch)
treefe58b3f6689bb84e2083c3576418e9dc94d015c4 /Makefile.am
parentdfd31745f6ebee0696d67f044085b96e43aa8ee1 (diff)
downloaddejagnu-93b2a2bafefcd647a55e72dda0618f55f4f694f7.zip
dejagnu-93b2a2bafefcd647a55e72dda0618f55f4f694f7.tar.gz
dejagnu-93b2a2bafefcd647a55e72dda0618f55f4f694f7.tar.bz2
Remove old unit test program
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e073234..41243c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -230,10 +230,9 @@ DEJATOOL = launcher libdejagnu report-card runtest
RUNTEST = ${top_srcdir}/runtest
AM_CPPFLAGS = -I$(top_srcdir)
-check_PROGRAMS = unit \
+check_PROGRAMS = \
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