File: Makefile.am

package info (click to toggle)
corosync 3.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,432 kB
  • sloc: ansic: 44,925; sh: 11,532; makefile: 646
file content (26 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Copyright (C) 2022-2023 Red Hat, Inc.  All rights reserved.
#
# Author: Christine Caulfield <ccaulfie@redhat.com>
#
# 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
noinst_SCRIPTS		= target/$(RUST_TARGET_DIR)/cpg-test

clean-local: cargo-clean