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:
parent
f5ba25afe6
commit
deeb82411f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user