Skip to content

Commit 08dc4eb

Browse files
committed
FIX: Embedded Extension Module test code included only if TEST_EXTENSIONS define is used
1 parent 642086b commit 08dc4eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/os/host-ext-test.c

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
**
4040
***********************************************************************/
4141

42+
#ifdef TEST_EXTENSIONS
4243
#include <stdio.h>
4344
#include <stdlib.h>
4445
#include <string.h>
@@ -308,3 +309,4 @@ void Init_Ext_Test(void)
308309
{
309310
RL = RL_Extend(b_cast(&RX_Spec[0]), (RXICAL)&RX_Call);
310311
}
312+
#endif //TEST_EXTENSIONS

0 commit comments

Comments
 (0)