* tests/Makefile.am: Remove './' from for portability (OpenBSD)

Copyright-paperwork-exempt: Yes
This commit is contained in:
Christian Weisgerber 2023-08-03 10:39:36 +02:00 committed by Tim Rühsen
parent 9c8668048d
commit 4d99bb1ff1

View File

@ -156,7 +156,7 @@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
CLEANFILES = *~ *.bak core core.[0-9]*
TESTS = ./unit-tests$(EXEEXT) $(PX_TESTS)
TESTS = unit-tests$(EXEEXT) $(PX_TESTS)
TEST_EXTENSIONS = .px
PX_LOG_COMPILER = $(PERL)
AM_PX_LOG_FLAGS = -I$(srcdir)