mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-06 05:24:35 +01:00
7 lines
78 B
C++
7 lines
78 B
C++
|
#ifndef STEP_TEST_H
|
||
|
#define STEP_TEST_H
|
||
|
|
||
|
TestSuite* StepTest_suite();
|
||
|
|
||
|
#endif
|