Files
pvData/testApp/rtemsTestHarness.c
2018-03-13 18:44:54 -07:00

13 lines
277 B
C

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