]> granicus.if.org Git - procps-ng/commitdiff
build-sys: Fix paths for check-lib
authorCraig Small <csmall@dropbear.xyz>
Wed, 31 Aug 2022 07:30:34 +0000 (17:30 +1000)
committerCraig Small <csmall@dropbear.xyz>
Wed, 31 Aug 2022 07:30:34 +0000 (17:30 +1000)
Forgot to move the location for test_Itemtables

Signed-off-by: Craig Small <csmall@dropbear.xyz>
Makefile.am

index eb08379f90ec508c796fa03d1b0892f2758a01f4..9bcd08d3d87173ca2eb6ae39a7074cbd7a2273f0 100644 (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