refactor: remove conditional compilation layers
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#define STRANS_TEST_ENGINE
|
||||
#include "../strans.c"
|
||||
#include "test.h"
|
||||
#include "../cutest/cutest.h"
|
||||
|
||||
extern Lang testvi;
|
||||
|
||||
Str mkstr(char*);
|
||||
int checkstr(struct ct*, char*, char*, Str*);
|
||||
Str shownpre(Im*);
|
||||
|
||||
static int typekeys(struct ct*, char*, Str*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user