example: add testing on RTEMS

This commit is contained in:
Ralph Lange
2020-03-31 16:06:46 +02:00
parent 1d430e1bfd
commit 47d3f0c0f3
5 changed files with 76 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ static void testOnce(void)
{
testDiag("check that tests work");
dbReadDatabase(&pdbbase, "example.dbd", "../../../dbd", NULL);
dbReadDatabase(&pdbbase, "exampleTest.dbd", "../O.Common", NULL);
exampleTest_registerRecordDeviceDriver(pdbbase);
dbReadDatabase(&pdbbase, "dbExample1.db", "../../../db", "user=test");