Files
pvAccess/testApp/rtemsTestHarness.c
Michael Davidsaver 01637cfbbe Revert "rtemsTestHarness needs no data files"
This reverts commit cca473ed0e.
2020-11-21 10:32:18 -08: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;
}