mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-03 23:02:11 +01:00
6 lines
78 B
C++
6 lines
78 B
C++
#ifndef STEP_TEST_H
|
|
#define STEP_TEST_H
|
|
|
|
TestSuite* StepTest_suite();
|
|
|
|
#endif
|