mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
7 lines
92 B
C++
7 lines
92 B
C++
|
#ifndef NODE_TEST_TEST_H
|
||
|
#define NODE_TEST_TEST_H
|
||
|
|
||
|
TestSuite* NodeTestTest_suite();
|
||
|
|
||
|
#endif
|