build-sys: Fix paths for check-lib

Forgot to move the location for test_Itemtables

Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
Craig Small 2022-08-31 17:30:34 +10:00
parent f5ba25afe6
commit deeb82411f
1 changed files with 2 additions and 2 deletions

View File

@ -384,8 +384,8 @@ endif
BUILT_SOURCES = $(top_srcdir)/.version
check-lib: clean
$(MAKE) CFLAGS=-DITEMTABLE_DEBUG library/test_Itemtables
$(top_builddir)/library/test_Itemtables
$(MAKE) CFLAGS=-DITEMTABLE_DEBUG library/tests/test_Itemtables
$(top_builddir)/library/tests/test_Itemtables
$(MAKE) clean &>/dev/null
# Test programs not used by dejagnu but run directly