Makefile.am 574 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (C) 2022-2023 Red Hat, Inc. All rights reserved.
  3. #
  4. # Author: Christine Caulfield <ccaulfie@redhat.com>
  5. #
  6. # This software licensed under GPL-2.0+
  7. #
  8. MAINTAINERCLEANFILES = Makefile.in
  9. include $(top_srcdir)/build-aux/rust.mk
  10. EXTRA_DIST = \
  11. $(RUST_COMMON) \
  12. $(RUST_SHIP_SRCS)
  13. RUST_SHIP_SRCS = src/bin/cpg-test.rs \
  14. src/bin/cfg-test.rs \
  15. src/bin/cmap-test.rs \
  16. src/bin/quorum-test.rs \
  17. src/bin/votequorum-test.rs
  18. # This will build all of the tests
  19. noinst_SCRIPTS = target/$(RUST_TARGET_DIR)/cpg-test
  20. clean-local: cargo-clean