about summary refs log tree commit diff stats
path: root/304screen.subx
Commit message (Expand)AuthorAgeFilesLines
* 7237Kartik Agaram2020-11-141-0/+3
* 7234Kartik Agaram2020-11-141-1/+1
* 6946 - print floats somewhat intuitively in hexKartik Agaram2020-10-041-0/+13
* 6792Kartik Agaram2020-09-161-39/+25
* 6791Kartik Agaram2020-09-161-0/+8
* 6790 experiment: explicit flushKartik Agaram2020-09-161-25/+31
* 6781 - new app: RPN (postfix) calculatorKartik Agaram2020-09-151-0/+19
* 6777Kartik Agaram2020-09-141-0/+31
* 6718Kartik Agaram2020-08-161-0/+13
* 6706 - support utf-8Kartik Agaram2020-08-021-2/+46
* 6705Kartik Agaram2020-08-021-1/+1
* 6704Kartik Agaram2020-08-021-28/+28
* 6703 - new types: code-point and graphemeKartik Agaram2020-08-021-2/+3
* 6699 - start building out fake screenKartik Agaram2020-08-011-29/+29
* 6680Kartik Agaram2020-07-261-3/+0
* 6624Kartik Agaram2020-07-091-0/+1
* 6612 - reorganize layersKartik Agaram2020-07-051-0/+338
able.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#ifndef __H_PROFTEST
#define __H_PROFTEST

#define XDG_CONFIG_HOME "./tests/functionaltests/files/xdg_config_home"
#define XDG_DATA_HOME   "./tests/functionaltests/files/xdg_data_home"

void init_prof_test(void **state);
void close_prof_test(void **state);

void prof_start(void);
void prof_connect(void);
void prof_connect_with_roster(char *roster);
void prof_input(char *input);

int prof_output_exact(char *text);
int prof_output_regex(char *text);

void prof_timeout(int timeout);
void prof_timeout_reset(void);

#endif