Remove stale tests from the "make check" routine
This commit was SVN r11525.
Этот коммит содержится в:
родитель
ffe7051488
Коммит
7088c1a8a1
@ -19,5 +19,5 @@
|
||||
|
||||
|
||||
# support needs to be first for dependencies
|
||||
SUBDIRS = support asm class dss mca memory threads util peruse datatype
|
||||
SUBDIRS = support asm class memory threads peruse datatype
|
||||
DIST_SUBDIRS = event runtime $(SUBDIRS)
|
||||
|
@ -25,8 +25,7 @@ check_PROGRAMS = \
|
||||
opal_list \
|
||||
opal_value_array \
|
||||
ompi_pointer_array \
|
||||
ompi_rb_tree \
|
||||
orte_bitmap
|
||||
ompi_rb_tree
|
||||
|
||||
TESTS = \
|
||||
$(check_PROGRAMS)
|
||||
@ -89,12 +88,5 @@ ompi_rb_tree_LDADD = \
|
||||
$(top_builddir)/test/support/libsupport.a
|
||||
ompi_rb_tree_DEPENDENCIES = $(ompi_rb_tree_LDADD)
|
||||
|
||||
orte_bitmap_SOURCES = orte_bitmap.c
|
||||
orte_bitmap_LDADD = \
|
||||
$(top_builddir)/orte/liborte.la \
|
||||
$(top_builddir)/opal/libopal.la \
|
||||
$(top_builddir)/test/support/libsupport.a
|
||||
orte_bitmap_DEPENDENCIES = $(orte_bitmap_LDADD)
|
||||
|
||||
clean-local:
|
||||
rm -f ompi_bitmap_test_out.txt opal_hash_table_test_out.txt
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user