Files
pvAccess/testApp/rtemsTestHarness.c
2018-03-13 18:55:49 -07:00

13 lines
281 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 pvAccessAllTests(void);
int main(int argc, char **argv)
{
pvAccessAllTests(); /* calls epicsExit(0) */
return 0;
}