~sheosi/helenos/lua

« back to all changes in this revision

Viewing changes to uspace/app/tester/tester.h

  • Committer: Sergio Tortosa (sheosi)
  • Date: 2013-12-22 14:13:23 UTC
  • mfrom: (2032.1.12 mainline)
  • Revision ID: sertorbe@gmail.com-20131222141323-gbiqm4j2w9sbjty5
MergedĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include <sys/types.h>
39
39
#include <stdbool.h>
40
40
#include <stacktrace.h>
 
41
#include <stdio.h>
41
42
 
42
43
#define IPC_TEST_SERVICE  10240
43
44
#define IPC_TEST_METHOD   2000
79
80
} test_t;
80
81
 
81
82
extern const char *test_thread1(void);
 
83
extern const char *test_setjmp1(void);
82
84
extern const char *test_print1(void);
83
85
extern const char *test_print2(void);
84
86
extern const char *test_print3(void);