THM1176InstrumentDriver  1.0
C++ API for Metrolab THM1176
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 
8 
9 #include <gtest/gtest.h>
10 
11 int main(int argc, char *argv[])
12 {
13  ::testing::InitGoogleTest(&argc, argv);
14  return RUN_ALL_TESTS();
15 }
main
int main(int argc, char *argv[])
Definition: main.cpp:18
IEEE488InstrumentOpenCloseTest.h
Test IEEE488 Instrument: Open, Close, IsOpen methods.
IEEE488ResourceManagerTest.h
Test IEEE488 Resource Manager: FindResources, Status, StatusDescription methods.
IEEE488InstrumentReadWriteTest.h
Test IEEE488 Instrument: Read and Write methods.
IEEE488InstrumentMiscUtilitiesTest.h
Test IEEE488 Instrument: Read and Write methods.