diff --git a/include/ITADataSourceDelegator.h b/include/ITADataSourceDelegator.h index c81fac58d9b2d8620929331c77a7e4f2e745662f..986beb3502d0c7ba0c35c35916b5742e0300ff80 100644 --- a/include/ITADataSourceDelegator.h +++ b/include/ITADataSourceDelegator.h @@ -16,7 +16,7 @@ #ifndef _ITADATASOURCEDELEGATOR_H_ #define _ITADATASOURCEDELEGATOR_H_ -#include +#include /** * Diese Klasse implementiert die Schnittstelle der ITADatasource, stellt die @@ -74,4 +74,4 @@ private: ITADatasource* m_pDatasourceDelegatorTarget; }; -#endif // _ITADATASOURCEDELEGATOR_H_ \ No newline at end of file +#endif // _ITADATASOURCEDELEGATOR_H_ diff --git a/include/ITAPortaudioInterface.h b/include/ITAPortaudioInterface.h index 2031866725b426e5c43e52fb612d1a53d985548c..9553e9b7bd895e6fdef7952437694253053e35cd 100644 --- a/include/ITAPortaudioInterface.h +++ b/include/ITAPortaudioInterface.h @@ -40,7 +40,7 @@ class ITA_DATA_SOURCES_API ITAPortaudioInterface { public: //! ITAPortaudio error code table - typedef enum ITA_PA_ERRORCODE + enum ITA_PA_ERRORCODE { //! Portaudio/ITAPortaudio no error ITA_PA_NO_ERROR=0, @@ -161,7 +161,7 @@ public: }; //! Portaudio available host APIs - typedef enum ITA_PA_HOST_APIS + enum ITA_PA_HOST_APIS { ITA_PA_DIRECT_SOUND = 1, //!< Windows DirectSound ITA_PA_MME = 2, //!< Windows MME diff --git a/src/ITAPortaudioInterface.cpp b/src/ITAPortaudioInterface.cpp index 7eff96cdfb357ed4f3a32021717e4b2044b0e2d1..2e470ede2707bc3bf653dc1fcd7732d6e2c2bb03 100644 --- a/src/ITAPortaudioInterface.cpp +++ b/src/ITAPortaudioInterface.cpp @@ -8,6 +8,8 @@ #include #include +class PaStreamCallbackTimeInfo; + // Portaudio Callback Function static int PortaudioCallbackFunction( const void*, void*, unsigned long, const PaStreamCallbackTimeInfo*, PaStreamCallbackFlags, void* ); diff --git a/tests/BufferDataSourceTest b/tests/BufferDataSourceTest new file mode 100755 index 0000000000000000000000000000000000000000..8a02bc8b85f191450e94ede78e502360f9926c4f Binary files /dev/null and b/tests/BufferDataSourceTest differ diff --git a/tests/DatasourceUtilsTest b/tests/DatasourceUtilsTest new file mode 100755 index 0000000000000000000000000000000000000000..6c24b4316ccf1f98315e768dad49a8d6712ab768 Binary files /dev/null and b/tests/DatasourceUtilsTest differ diff --git a/tests/FileDataSourceTest b/tests/FileDataSourceTest new file mode 100755 index 0000000000000000000000000000000000000000..ad242bf8b110aeed64218758cf72ed4b00ae9300 Binary files /dev/null and b/tests/FileDataSourceTest differ diff --git a/tests/ITAPortaudioTests/ITAPortaudioInterfaceRecorder b/tests/ITAPortaudioTests/ITAPortaudioInterfaceRecorder new file mode 100755 index 0000000000000000000000000000000000000000..7ff76265ce62870409afd8ae351f1f41c93b83b7 Binary files /dev/null and b/tests/ITAPortaudioTests/ITAPortaudioInterfaceRecorder differ diff --git a/tests/ITAPortaudioTests/ITAPortaudioInterfaceTest b/tests/ITAPortaudioTests/ITAPortaudioInterfaceTest new file mode 100755 index 0000000000000000000000000000000000000000..b670fbbae95fc908efff286383e63b3433fcdd89 Binary files /dev/null and b/tests/ITAPortaudioTests/ITAPortaudioInterfaceTest differ diff --git a/tests/ITAPortaudioTests/ITAPortaudioMeasurementTest b/tests/ITAPortaudioTests/ITAPortaudioMeasurementTest new file mode 100755 index 0000000000000000000000000000000000000000..8172b258490cf9446b78403b9fb9f79d4fd86139 Binary files /dev/null and b/tests/ITAPortaudioTests/ITAPortaudioMeasurementTest differ diff --git a/tests/ITAPortaudioTests/set_path_for_ITAPortaudioInterfaceRecorder.sh b/tests/ITAPortaudioTests/set_path_for_ITAPortaudioInterfaceRecorder.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/ITAPortaudioTests/set_path_for_ITAPortaudioInterfaceRecorder.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/ITAPortaudioTests/set_path_for_ITAPortaudioInterfaceTest.sh b/tests/ITAPortaudioTests/set_path_for_ITAPortaudioInterfaceTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/ITAPortaudioTests/set_path_for_ITAPortaudioInterfaceTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/ITAPortaudioTests/set_path_for_ITAPortaudioMeasurementTest.sh b/tests/ITAPortaudioTests/set_path_for_ITAPortaudioMeasurementTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/ITAPortaudioTests/set_path_for_ITAPortaudioMeasurementTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/NetAudio/CMakeLists.txt b/tests/NetAudio/CMakeLists.txt index b0af5d3ede16794906d3fa85262a82baa6e95a23..71831bf046c2478e3f1a373effb8ae54ac2f0ac4 100644 --- a/tests/NetAudio/CMakeLists.txt +++ b/tests/NetAudio/CMakeLists.txt @@ -38,14 +38,16 @@ vista_create_default_info_file( ITANetAudioStreamingServerTest ) set_property( TARGET ITANetAudioStreamingServerTest PROPERTY FOLDER "ITACoreLibs/Tests/ITADataSources/NetAudio" ) -add_executable( ITANetAudioStreamingClientTest ITANetAudioStreamingClientTest.cpp ) -target_link_libraries( ITANetAudioStreamingClientTest ${VISTA_USE_PACKAGE_LIBRARIES} ) +if( WIN32 ) # uses ASIO + add_executable( ITANetAudioStreamingClientTest ITANetAudioStreamingClientTest.cpp ) + target_link_libraries( ITANetAudioStreamingClientTest ${VISTA_USE_PACKAGE_LIBRARIES} ) -vista_configure_app( ITANetAudioStreamingClientTest ) -vista_install( ITANetAudioStreamingClientTest ) -vista_create_default_info_file( ITANetAudioStreamingClientTest ) + vista_configure_app( ITANetAudioStreamingClientTest ) + vista_install( ITANetAudioStreamingClientTest ) + vista_create_default_info_file( ITANetAudioStreamingClientTest ) -set_property( TARGET ITANetAudioStreamingClientTest PROPERTY FOLDER "ITACoreLibs/Tests/ITADataSources/NetAudio" ) + set_property( TARGET ITANetAudioStreamingClientTest PROPERTY FOLDER "ITACoreLibs/Tests/ITADataSources/NetAudio" ) +endif( ) add_executable( ITANetAudioTest ITANetAudioTest.cpp ) target_link_libraries( ITANetAudioTest ${VISTA_USE_PACKAGE_LIBRARIES} ) diff --git a/tests/NetAudio/ITANABufferServerTest b/tests/NetAudio/ITANABufferServerTest new file mode 100755 index 0000000000000000000000000000000000000000..e27609dd1d01ff8850370f876c6b1b31229f39a1 Binary files /dev/null and b/tests/NetAudio/ITANABufferServerTest differ diff --git a/tests/NetAudio/ITANAPlayerTest b/tests/NetAudio/ITANAPlayerTest new file mode 100755 index 0000000000000000000000000000000000000000..0f294cada6b1462a2ed32545034bd1044d4b18cc Binary files /dev/null and b/tests/NetAudio/ITANAPlayerTest differ diff --git a/tests/NetAudio/ITANetAudioStreamingClientTest.cpp b/tests/NetAudio/ITANetAudioStreamingClientTest.cpp index f0b90e82392873c97ff2ea1b070404ba9c60909f..13207d19f828a9f6c85f6bf257848dd285c8feb4 100644 --- a/tests/NetAudio/ITANetAudioStreamingClientTest.cpp +++ b/tests/NetAudio/ITANetAudioStreamingClientTest.cpp @@ -5,11 +5,11 @@ #include #include #include -#include +#include #include -#include +#include #include -#include +#include using namespace std; diff --git a/tests/NetAudio/ITANetAudioStreamingServerTest b/tests/NetAudio/ITANetAudioStreamingServerTest new file mode 100755 index 0000000000000000000000000000000000000000..09295672536c6996b2da4824a50166a78f1279ba Binary files /dev/null and b/tests/NetAudio/ITANetAudioStreamingServerTest differ diff --git a/tests/NetAudio/ITANetAudioStreamingServerTest.cpp b/tests/NetAudio/ITANetAudioStreamingServerTest.cpp index 30e5e68115c4b93a70e34da8b12ac780616a3ad5..1a4f4bcb3771460654825e5273c1dc70309fcec1 100644 --- a/tests/NetAudio/ITANetAudioStreamingServerTest.cpp +++ b/tests/NetAudio/ITANetAudioStreamingServerTest.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include using namespace std; diff --git a/tests/NetAudio/ITANetAudioTest b/tests/NetAudio/ITANetAudioTest new file mode 100755 index 0000000000000000000000000000000000000000..9705625a547b139502c31467dd7d801c8ebba7fe Binary files /dev/null and b/tests/NetAudio/ITANetAudioTest differ diff --git a/tests/NetAudio/ITANetAudioTest.cpp b/tests/NetAudio/ITANetAudioTest.cpp index e379df826b50396da13ed489cecd9b5a7f3bc6c4..5f9ad994a268245fc99130eaaa3688713f6196aa 100644 --- a/tests/NetAudio/ITANetAudioTest.cpp +++ b/tests/NetAudio/ITANetAudioTest.cpp @@ -1,3 +1,4 @@ +#include #include #include @@ -7,11 +8,10 @@ #include #include #include -#include #include -#include +#include #include -#include +#include #include diff --git a/tests/NetAudio/set_path_for_ITANABufferServerTest.sh b/tests/NetAudio/set_path_for_ITANABufferServerTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/NetAudio/set_path_for_ITANABufferServerTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/NetAudio/set_path_for_ITANAPlayerTest.sh b/tests/NetAudio/set_path_for_ITANAPlayerTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/NetAudio/set_path_for_ITANAPlayerTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/NetAudio/set_path_for_ITANetAudioStreamingServerTest.sh b/tests/NetAudio/set_path_for_ITANetAudioStreamingServerTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/NetAudio/set_path_for_ITANetAudioStreamingServerTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/NetAudio/set_path_for_ITANetAudioTest.sh b/tests/NetAudio/set_path_for_ITANetAudioTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/NetAudio/set_path_for_ITANetAudioTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/PeakDetectorTest b/tests/PeakDetectorTest new file mode 100755 index 0000000000000000000000000000000000000000..4d51d384e94a7a52d20c4ceda09fdb44460689c2 Binary files /dev/null and b/tests/PeakDetectorTest differ diff --git a/tests/StreamFunctionGeneratorTest b/tests/StreamFunctionGeneratorTest new file mode 100755 index 0000000000000000000000000000000000000000..2ff4b1e1c72f1463f384198b9f06dd7f027c3314 Binary files /dev/null and b/tests/StreamFunctionGeneratorTest differ diff --git a/tests/StreamPatchbayTest b/tests/StreamPatchbayTest new file mode 100755 index 0000000000000000000000000000000000000000..a8e159e4d6887941ec0828edc50c957c77c1933e Binary files /dev/null and b/tests/StreamPatchbayTest differ diff --git a/tests/StreamProbeTest b/tests/StreamProbeTest new file mode 100755 index 0000000000000000000000000000000000000000..6ef1a576b54743cf959e52ef73d5d0067d79559e Binary files /dev/null and b/tests/StreamProbeTest differ diff --git a/tests/VistaNetTest/ITAVistaNetClient b/tests/VistaNetTest/ITAVistaNetClient new file mode 100755 index 0000000000000000000000000000000000000000..2443cb0c723a0005613c84ac0538f5a8dd75482c Binary files /dev/null and b/tests/VistaNetTest/ITAVistaNetClient differ diff --git a/tests/VistaNetTest/ITAVistaNetServer b/tests/VistaNetTest/ITAVistaNetServer new file mode 100755 index 0000000000000000000000000000000000000000..e66c48bb1e4681a597021647bed67cf83b67f709 Binary files /dev/null and b/tests/VistaNetTest/ITAVistaNetServer differ diff --git a/tests/VistaNetTest/ITAVistaNetTest b/tests/VistaNetTest/ITAVistaNetTest new file mode 100755 index 0000000000000000000000000000000000000000..6603da20e20fd15a65472bd1321ba31854903f59 Binary files /dev/null and b/tests/VistaNetTest/ITAVistaNetTest differ diff --git a/tests/VistaNetTest/VistaNetTest.cpp b/tests/VistaNetTest/VistaNetTest.cpp index 24ea93fdfc8a0d228966684021fe84cce6861685..6dda10cab1f5e24c69498a4992f4586dae7822f3 100644 --- a/tests/VistaNetTest/VistaNetTest.cpp +++ b/tests/VistaNetTest/VistaNetTest.cpp @@ -1,4 +1,5 @@ #include +#include #include #include @@ -105,7 +106,7 @@ int main( int , char** ) vstr::out() << "[ Client ] Client sending data now." << endl; vector< char > vdData( g_lDataSize + 4 ); int* piDataSize = ( int* ) &vdData[ 0 ]; - *piDataSize = unsigned int( g_lDataSize ); // Send data size as first block + *piDataSize = (unsigned int)( g_lDataSize ); // Send data size as first block vdData[ 1 * sizeof( int ) + 0 ] = 1; // First entry one (just for fun) vdData[ vdData.size() - 2 ] = -1; // Second last entry -1 (just for fun) void* pData = ( void* ) &vdData[ 0 ]; diff --git a/tests/VistaNetTest/set_path_for_ITAVistaNetClient.sh b/tests/VistaNetTest/set_path_for_ITAVistaNetClient.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/VistaNetTest/set_path_for_ITAVistaNetClient.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/VistaNetTest/set_path_for_ITAVistaNetServer.sh b/tests/VistaNetTest/set_path_for_ITAVistaNetServer.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/VistaNetTest/set_path_for_ITAVistaNetServer.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/VistaNetTest/set_path_for_ITAVistaNetTest.sh b/tests/VistaNetTest/set_path_for_ITAVistaNetTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/VistaNetTest/set_path_for_ITAVistaNetTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/set_path_for_BufferDataSourceTest.sh b/tests/set_path_for_BufferDataSourceTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/set_path_for_BufferDataSourceTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/set_path_for_DatasourceUtilsTest.sh b/tests/set_path_for_DatasourceUtilsTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/set_path_for_DatasourceUtilsTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/set_path_for_FileDataSourceTest.sh b/tests/set_path_for_FileDataSourceTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/set_path_for_FileDataSourceTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/set_path_for_PeakDetectorTest.sh b/tests/set_path_for_PeakDetectorTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/set_path_for_PeakDetectorTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/set_path_for_StreamFunctionGeneratorTest.sh b/tests/set_path_for_StreamFunctionGeneratorTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/set_path_for_StreamFunctionGeneratorTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/set_path_for_StreamPatchbayTest.sh b/tests/set_path_for_StreamPatchbayTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/set_path_for_StreamPatchbayTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins + diff --git a/tests/set_path_for_StreamProbeTest.sh b/tests/set_path_for_StreamProbeTest.sh new file mode 100644 index 0000000000000000000000000000000000000000..1de41350668e492fe3dacda7ad9b26ca78afa492 --- /dev/null +++ b/tests/set_path_for_StreamProbeTest.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Auto-generated file that sets the environment variables for the project + +export LD_LIBRARY_PATH=/home/jst/dev/ITACoreLibs/build/lib:/home/jst/dev/ViSTA/build/lib:/home/jst/dev/ViSTA/build/lib/DriverPlugins:/usr/bin:$LD_LIBRARY_PATH +export VISTACORELIBS_DRIVER_PLUGIN_DIRS=/home/jst/dev/ViSTA/build/lib/DriverPlugins +