Com: separate iocsh argument splitting

This commit is contained in:
Michael Davidsaver
2022-06-20 13:02:23 -07:00
parent b189991f9d
commit 60128ee924
3 changed files with 307 additions and 289 deletions

View File

@@ -14,6 +14,7 @@
#include <dbDefs.h>
#include <iocsh.h>
#include <libComRegister.h>
#include <dbmf.h>
#include <epicsUnitTest.h>
#include <testMain.h>
@@ -128,5 +129,7 @@ MAIN(iocshTest)
testPosition("after_error_1", false);
reached.clear();
// cleanup after macLib to avoid valgrind false positives
dbmfFreeChunks();
return testDone();
}