Jan Breuer
2014-08-19 f2dbd1cc2948f4a52e952f2b10c5ac8bca10dba6
libscpi/test/test_lib.c
@@ -106,8 +106,8 @@
    return SCPI_RES_OK;
}
bool_t TST_executed = FALSE;
bool_t RST_executed = FALSE;
scpi_bool_t TST_executed = FALSE;
scpi_bool_t RST_executed = FALSE;
static scpi_result_t SCPI_Test(scpi_t * context) {
    TST_executed = TRUE;
    return SCPI_RES_OK;