class tests: re-enable a bunch of tests
Many of these tests were failing due to opal_init() failing in some cases (because the opal shmem framework needs installed components, so "make distcheck" would fail these tests because the opal shmem components were not installed). However, all of these tests seem to be fine with opal_init_util() -- so let's re-enable these tests.
Этот коммит содержится в:
родитель
ff2a75b29b
Коммит
8b2410f554
@ -10,7 +10,7 @@
|
||||
# University of Stuttgart. All rights reserved.
|
||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
||||
# Copyright (c) 2010-2014 Cisco Systems, Inc. All rights reserved.
|
||||
# Copyright (c) 2014 Research Organization for Information Science
|
||||
# and Technology (RIST). All rights reserved.
|
||||
# $COPYRIGHT$
|
||||
@ -37,9 +37,7 @@ check_PROGRAMS = \
|
||||
opal_lifo \
|
||||
opal_fifo
|
||||
|
||||
# The tests are built, but since they're not actively maintained, they
|
||||
# are not run during "make check".
|
||||
TESTS = opal_lifo opal_fifo
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
opal_bitmap_SOURCES = opal_bitmap.c
|
||||
opal_bitmap_LDADD = \
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user