git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3123 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
262 B
C
13 lines
262 B
C
// TranslatorTestAddOn.h
|
|
|
|
#ifndef TRANSLATOR_TEST_ADD_ON_H
|
|
#define TRANSLATOR_TEST_ADD_ON_H
|
|
|
|
#include <TestSuite.h>
|
|
#include <TestSuiteAddon.h>
|
|
#include <DataIO.h>
|
|
|
|
bool CompareStreams(BPositionIO &a, BPositionIO &b);
|
|
|
|
#endif // #ifndef TRANSLATOR_TEST_ADD_ON_H
|