Skip to content

Commit

Permalink
Added test for random number generator to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce J Palmer authored and Bruce J Palmer committed Sep 13, 2024
1 parent 88e5579 commit eee52ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/global/src
AM_CPPFLAGS += -I$(top_srcdir)/global/testing

check_PROGRAMS += global/testing/big
check_PROGRAMS += global/testing/rand
check_PROGRAMS += global/testing/elempatch
check_PROGRAMS += global/testing/gatscat
check_PROGRAMS += global/testing/comm_init
Expand Down Expand Up @@ -652,6 +653,7 @@ GLOBAL_PARALLEL_TESTS += global/testing/elempatch$(EXEEXT)
#GLOBAL_PARALLEL_TESTS += global/testing/gatscat$(EXEEXT) # broken
GLOBAL_PARALLEL_TESTS += global/testing/comm_init$(EXEEXT)
GLOBAL_PARALLEL_TESTS += global/testing/getmem$(EXEEXT)
GLOBAL_PARALLEL_TESTS += global/testing/rand$(EXEEXT)
GLOBAL_PARALLEL_TESTS += global/testing/mtest$(EXEEXT)
GLOBAL_PARALLEL_TESTS += global/testing/mulmatpatchc$(EXEEXT)
GLOBAL_PARALLEL_TESTS += global/testing/normc$(EXEEXT)
Expand Down Expand Up @@ -943,6 +945,7 @@ global_testing_pgtestmatmult_SOURCES = global/testing/pgtestmatmult.F $(gt
global_testing_print_SOURCES = global/testing/print.c
global_testing_random_SOURCES = global/testing/random.F $(gtsrcf)
global_testing_scan_SOURCES = global/testing/scan.F $(gtsrcf)
global_testing_rand_SOURCES = global/testing/rand.c
global_testing_scan_addc_SOURCES = global/testing/scan_addc.c
global_testing_scan_copyc_SOURCES = global/testing/scan_copyc.c
global_testing_sprsmatvec_SOURCES = global/testing/sprsmatvec.c
Expand Down

0 comments on commit eee52ce

Please sign in to comment.