#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include "rtapClasses/rtTypes.h"
#include "db.h"
#include "msg.h"
#include "tims.h"
#include "err.h"
#include "log.h"
Include dependency graph for vltMakeTest.h:
Go to the source code of this file.
Defines | |
#define | PRINT_ERROR(reason) |
#define | CLEAN(reason) { PRINT_ERROR(reason); goto clean; } |
#define | ABORT(reason) { PRINT_ERROR(reason); goto abort; } |
#define | TEST_FAILED(testName) { printf("%s - FAIL\n", testName); exit(EXIT_FAILURE); } |
#define | TEST_SUCCEEDED(testName) { printf("%s - PASS\n", testName); exit(EXIT_SUCCESS); } |
Functions | |
void | vltMakeTestProcedure1 () |
void | vltMakeTestProcedure2 () |
|
|
|
|
|
Value:
|
|
|
|
|
|
|
|
|