start testutil

This commit is contained in:
Michael Davidsaver
2020-10-19 22:41:43 -07:00
parent 89f9c54d62
commit 904dff1c37
+27
View File
@@ -0,0 +1,27 @@
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvxs is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <vector>
#include <epicsUnitTest.h>
#include <testMain.h>
#include <epicsThread.h>
#include <pvxs/unittest.h>
#include <pvxs/util.h>
namespace {
using namespace pvxs;
} // namespace
MAIN(testutil)
{
testPlan(0);
return testDone();
}