diff --git a/bindings/rust/tests/Makefile.am b/bindings/rust/tests/Makefile.am index 3edff1f6..a8ac0870 100644 --- a/bindings/rust/tests/Makefile.am +++ b/bindings/rust/tests/Makefile.am @@ -1,32 +1,26 @@ # # Copyright (C) 2022-2023 Red Hat, Inc. All rights reserved. # # Author: Christine Caulfield # # This software licensed under GPL-2.0+ # MAINTAINERCLEANFILES = Makefile.in include $(top_srcdir)/build-aux/rust.mk EXTRA_DIST = \ $(RUST_COMMON) \ $(RUST_SHIP_SRCS) RUST_SHIP_SRCS = src/bin/cpg-test.rs \ src/bin/cfg-test.rs \ src/bin/cmap-test.rs \ src/bin/quorum-test.rs \ src/bin/votequorum-test.rs # This will build all of the tests -check_SCRIPTS = target/$(RUST_TARGET_DIR)/cpg-test - -noinst_SCRIPTS = $(check_SCRIPTS) - -AM_TESTS_ENVIRONMENT=LD_LIBRARY_PATH="$(abs_top_builddir)/lib/.libs" - -TESTS = $(check_SCRIPTS) +noinst_SCRIPTS = target/$(RUST_TARGET_DIR)/cpg-test clean-local: cargo-clean