disable the resourcecollector test (not finished yet)
This commit is contained in:
parent
d6a18ed9a7
commit
e6d7b39ffe
2 changed files with 8 additions and 8 deletions
|
|
@ -1,22 +1,22 @@
|
|||
TESTING "Resourcecollector" ./test-resourcecollector
|
||||
|
||||
|
||||
TEST "basic register, destroy" basic <<END
|
||||
PLANNED "basic register, destroy" basic <<END
|
||||
out: unregistering memory handler
|
||||
return: 0
|
||||
END
|
||||
|
||||
TEST "memory success" memory_collection_mockup 1 <<END
|
||||
PLANNED "memory success" memory_collection_mockup 1 <<END
|
||||
out: unregistering memory handler
|
||||
return: 0
|
||||
END
|
||||
|
||||
TEST "memory success, 2nd try" memory_collection_mockup 2 <<END
|
||||
PLANNED "memory success, 2nd try" memory_collection_mockup 2 <<END
|
||||
out: memory handler got called
|
||||
out: unregistering memory handler
|
||||
return: 0
|
||||
END
|
||||
|
||||
TEST "memory panic" memory_collection_mockup 10 <<END
|
||||
PLANNED "memory panic" memory_collection_mockup 10 <<END
|
||||
return: 1
|
||||
END
|
||||
|
|
|
|||
|
|
@ -72,10 +72,10 @@ test_filemmap_CPPFLAGS = $(AM_CPPFLAGS) -std=gnu99 -Wall -Werror -I$(top_srcdir)
|
|||
test_filemmap_LDADD = $(LUMIERA_LIBS) liblumierabackend.la liblumieracommon.la liblumieraproc.la
|
||||
# FIXME stray dependencies on proc
|
||||
|
||||
check_PROGRAMS += test-resourcecollector
|
||||
test_resourcecollector_SOURCES = $(tests_srcdir)/backend/test-resourcecollector.c
|
||||
test_resourcecollector_CPPFLAGS = $(AM_CPPFLAGS) -std=gnu99 -Wall -Werror -I$(top_srcdir)/src/
|
||||
test_resourcecollector_LDADD = $(LUMIERA_LIBS) liblumiera.la liblumierabackend.la liblumieraproc.la liblumieracommon.la
|
||||
#check_PROGRAMS += test-resourcecollector
|
||||
#test_resourcecollector_SOURCES = $(tests_srcdir)/backend/test-resourcecollector.c
|
||||
#test_resourcecollector_CPPFLAGS = $(AM_CPPFLAGS) -std=gnu99 -Wall -Werror -I$(top_srcdir)/src/
|
||||
#test_resourcecollector_LDADD = $(LUMIERA_LIBS) liblumiera.la liblumierabackend.la liblumieraproc.la liblumieracommon.la
|
||||
# FIXME stray dependencies on proc
|
||||
|
||||
check_PROGRAMS += test-slist
|
||||
|
|
|
|||
Loading…
Reference in a new issue