Files
pvDatabase/test/rtemsTestHarness.c
2019-03-18 12:05:56 +01:00

13 lines
255 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 pvDatabaseAllTests(void);
int main(int argc, char **argv)
{
pvDatabaseAllTests();
return 0;
}