File: Makefile.mk

package info (click to toggle)
armci-mpi 0.0~git20180917-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,768 kB
  • sloc: ansic: 12,777; sh: 236; makefile: 54; fortran: 44
file content (13 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (C) 2010. See COPYRIGHT in top-level directory.
#

check_PROGRAMS += tests/contrib/non-blocking/overlap tests/contrib/non-blocking/simple

TESTS          += tests/contrib/non-blocking/simple

tests_contrib_non_blocking_overlap_SOURCES = tests/contrib/non-blocking/overlap.c
tests_contrib_non_blocking_overlap_LDADD = libarmci.la -lm

tests_contrib_non_blocking_simple_SOURCES = tests/contrib/non-blocking/simple.c
tests_contrib_non_blocking_simple_LDADD = libarmci.la -lm