aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/alloc_SUITE_data/testcase_driver.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2014-12-08 15:38:04 +0100
committerSverker Eriksson <[email protected]>2015-11-10 16:40:24 +0100
commit38ddf72b48377bd6b2fb8c4b6981360ae7d44d79 (patch)
treeccf98c7822d0fc0dc56edcb882706166b5357fb8 /erts/emulator/test/alloc_SUITE_data/testcase_driver.h
parentb72ad981e96fcc14c245ef2bd10c5c98c6a239f6 (diff)
downloadotp-38ddf72b48377bd6b2fb8c4b6981360ae7d44d79.tar.gz
otp-38ddf72b48377bd6b2fb8c4b6981360ae7d44d79.tar.bz2
otp-38ddf72b48377bd6b2fb8c4b6981360ae7d44d79.zip
erts: Add alloc_SUITE:migration
Diffstat (limited to 'erts/emulator/test/alloc_SUITE_data/testcase_driver.h')
-rw-r--r--erts/emulator/test/alloc_SUITE_data/testcase_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/alloc_SUITE_data/testcase_driver.h b/erts/emulator/test/alloc_SUITE_data/testcase_driver.h
index 5d17eaec64..5d439735b7 100644
--- a/erts/emulator/test/alloc_SUITE_data/testcase_driver.h
+++ b/erts/emulator/test/alloc_SUITE_data/testcase_driver.h
@@ -37,6 +37,7 @@ typedef struct {
void testcase_printf(TestCaseState_t *tcs, char *frmt, ...);
void testcase_succeeded(TestCaseState_t *tcs, char *frmt, ...);
void testcase_skipped(TestCaseState_t *tcs, char *frmt, ...);
+void testcase_continue(TestCaseState_t *tcs);
void testcase_failed(TestCaseState_t *tcs, char *frmt, ...);
int testcase_assertion_failed(TestCaseState_t *tcs, char *file, int line,
char *assertion);