Skip to content

Commit

Permalink
test/bench: add Makefile and testlist
Browse files Browse the repository at this point in the history
"make testing" in test/mpi/bench should work.
  • Loading branch information
hzhou committed Oct 1, 2024
1 parent 9fb86ca commit b4fa4ce
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/mpi/bench/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
##
## Copyright (C) by Argonne National Laboratory
## See COPYRIGHT in top-level directory
##

include $(top_srcdir)/Makefile_single.mtest
LDADD += -lm

## for all programs that are just built from the single corresponding source
## file, we don't need per-target _SOURCES rules, automake will infer them
## correctly
noinst_PROGRAMS = \
p2p_latency \
p2p_bw

.def.c:
mydef_page $<
2 changes: 2 additions & 0 deletions test/mpi/bench/testlist
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
p2p_latency 2 resultTest=TestBench
p2p_bw 2 resultTest=TestBench
1 change: 1 addition & 0 deletions test/mpi/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1904,5 +1904,6 @@ AC_OUTPUT(maint/testmerge \
impls/mpich/ulfm/Makefile \
impls/mpich/info/Makefile \
impls/mpich/info/testlist \
bench/Makefile \
)

0 comments on commit b4fa4ce

Please sign in to comment.