THM1176InstrumentDriver 1.1
C++ API for Metrolab THM1176
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1// Copyright (c) 2020 Metrolab Technology S.A., Geneva, Switzerland (www.metrolab.com)
2// See the included file LICENSE.txt for the licensing conditions.
3
9
10#include <gtest/gtest.h>
11
12int main(int argc, char *argv[])
13{
14 ::testing::InitGoogleTest(&argc, argv);
15 return RUN_ALL_TESTS();
16}
Test IEEE488 Instrument: Interrupt methods.
Test IEEE488 Instrument: Read and Write methods.
Test IEEE488 Instrument: Open, Close, IsOpen methods.
Test IEEE488 Instrument: Read and Write methods.
Test IEEE488 Resource Manager: FindResources, Status, StatusDescription methods.