Files
pvAccess/testApp/rtemsTestHarness.c
2020-11-11 08:08:15 -08:00

16 lines
338 B
C

/*
* Copyright information and license terms for this software can be
* found in the file LICENSE that is included with the distribution
*/
/* no data files needed */
char* epicsRtemsFSImage = 0;
extern void pvAccessAllTests(void);
int main(int argc, char **argv)
{
pvAccessAllTests(); /* calls epicsExit(0) */
return 0;
}