summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-31 17:30:34 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-31 17:30:34 +1000
commitdeeb82411fee9713bd0c7f41bddbf69151947672 (patch)
tree34b4cd0e893069f19c5e24e7ba772965607da175 /Makefile.am
parentf5ba25afe60767ad0e3e57e8f929264405886fbd (diff)
downloadprocps-ng-deeb82411fee9713bd0c7f41bddbf69151947672.tar.gz
build-sys: Fix paths for check-lib
Forgot to move the location for test_Itemtables Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index eb08379..9bcd08d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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