aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-08-05 11:27:00 +0200
committerSven Gothel <[email protected]>2022-08-05 11:27:00 +0200
commitd05fdc4fe97fe7e76a1b8f76263fc3081c0d9c30 (patch)
treee61ca7cb75a6a26cb621e95353ed9e0f681eba1a /test
parent1f0452a578a52f113ab1c00cc80af2fcf404092b (diff)
Tests: Don't include iostream if not explicitly used
Diffstat (limited to 'test')
-rw-r--r--test/test_basictypeconv.cpp1
-rw-r--r--test/test_cow_darray_perf01.cpp1
-rw-r--r--test/test_cow_iterator_01.cpp1
-rw-r--r--test/test_darray_01.cpp1
-rw-r--r--test/test_datatype01.hpp3
-rw-r--r--test/test_datatype02.hpp3
-rw-r--r--test/test_eui48.cpp1
-rw-r--r--test/test_fileutils.hpp1
-rw-r--r--test/test_floatepsilon01.cpp1
-rw-r--r--test/test_fractions_01.cpp1
-rw-r--r--test/test_functiondef01.cpp1
-rw-r--r--test/test_hashset_perf01.cpp1
-rw-r--r--test/test_intdecstring01.cpp1
-rw-r--r--test/test_latch01.cpp1
-rw-r--r--test/test_lfringbuffer01.cpp1
-rw-r--r--test/test_lfringbuffer02.cpp1
-rw-r--r--test/test_lfringbuffer03.cpp1
-rw-r--r--test/test_lfringbuffer04.cpp1
-rw-r--r--test/test_lfringbuffer11.cpp1
-rw-r--r--test/test_lfringbuffer12.cpp1
-rw-r--r--test/test_lfringbuffer13.cpp1
-rw-r--r--test/test_lfringbuffer_a.hpp1
-rw-r--r--test/test_mm_sc_drf_00.cpp1
-rw-r--r--test/test_mm_sc_drf_01.cpp1
-rw-r--r--test/test_simple_timer01.cpp1
-rw-r--r--test/test_to_string.cpp1
-rw-r--r--test/test_type_traits_queries01.cpp1
-rw-r--r--test/test_uuid.cpp4
28 files changed, 0 insertions, 35 deletions
diff --git a/test/test_basictypeconv.cpp b/test/test_basictypeconv.cpp
index 10ab37e..4228a95 100644
--- a/test/test_basictypeconv.cpp
+++ b/test/test_basictypeconv.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_cow_darray_perf01.cpp b/test/test_cow_darray_perf01.cpp
index 55bcb60..15a46bf 100644
--- a/test/test_cow_darray_perf01.cpp
+++ b/test/test_cow_darray_perf01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_cow_iterator_01.cpp b/test/test_cow_iterator_01.cpp
index 38db442..1f091a8 100644
--- a/test/test_cow_iterator_01.cpp
+++ b/test/test_cow_iterator_01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_darray_01.cpp b/test/test_darray_01.cpp
index c9da5ae..4ad0a4d 100644
--- a/test/test_darray_01.cpp
+++ b/test/test_darray_01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_datatype01.hpp b/test/test_datatype01.hpp
index f098e90..723da0c 100644
--- a/test/test_datatype01.hpp
+++ b/test/test_datatype01.hpp
@@ -24,14 +24,11 @@
#ifndef TEST_DATATYPE01_HPP_
#define TEST_DATATYPE01_HPP_
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <random>
-#include <iostream>
-
#include <jau/cpp_lang_util.hpp>
#include <jau/packed_attribute.hpp>
#include <jau/ordered_atomic.hpp>
diff --git a/test/test_datatype02.hpp b/test/test_datatype02.hpp
index b1f9eea..f35df36 100644
--- a/test/test_datatype02.hpp
+++ b/test/test_datatype02.hpp
@@ -24,14 +24,11 @@
#ifndef TEST_DATATYPE02_CPP_
#define TEST_DATATYPE02_CPP_
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <random>
-#include <iostream>
-
#include <jau/cpp_lang_util.hpp>
#include <jau/packed_attribute.hpp>
#include <jau/ordered_atomic.hpp>
diff --git a/test/test_eui48.cpp b/test/test_eui48.cpp
index a675476..90944b4 100644
--- a/test/test_eui48.cpp
+++ b/test/test_eui48.cpp
@@ -1,4 +1,3 @@
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_fileutils.hpp b/test/test_fileutils.hpp
index e527169..13f04f2 100644
--- a/test/test_fileutils.hpp
+++ b/test/test_fileutils.hpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_floatepsilon01.cpp b/test/test_floatepsilon01.cpp
index 3adbba9..4d8d82c 100644
--- a/test/test_floatepsilon01.cpp
+++ b/test/test_floatepsilon01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_fractions_01.cpp b/test/test_fractions_01.cpp
index fe10612..c0e0d6e 100644
--- a/test/test_fractions_01.cpp
+++ b/test/test_fractions_01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <thread>
#include <cassert>
#include <cinttypes>
diff --git a/test/test_functiondef01.cpp b/test/test_functiondef01.cpp
index 496d396..2a87f12 100644
--- a/test/test_functiondef01.cpp
+++ b/test/test_functiondef01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_hashset_perf01.cpp b/test/test_hashset_perf01.cpp
index f0280a2..dc6e581 100644
--- a/test/test_hashset_perf01.cpp
+++ b/test/test_hashset_perf01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_intdecstring01.cpp b/test/test_intdecstring01.cpp
index f204177..1ebe5d8 100644
--- a/test/test_intdecstring01.cpp
+++ b/test/test_intdecstring01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_latch01.cpp b/test/test_latch01.cpp
index b77af06..0c781ac 100644
--- a/test/test_latch01.cpp
+++ b/test/test_latch01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_lfringbuffer01.cpp b/test/test_lfringbuffer01.cpp
index 1113bf1..2ce5882 100644
--- a/test/test_lfringbuffer01.cpp
+++ b/test/test_lfringbuffer01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_lfringbuffer02.cpp b/test/test_lfringbuffer02.cpp
index cb8c40f..6a4ab7f 100644
--- a/test/test_lfringbuffer02.cpp
+++ b/test/test_lfringbuffer02.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_lfringbuffer03.cpp b/test/test_lfringbuffer03.cpp
index 788a312..5ea2a1f 100644
--- a/test/test_lfringbuffer03.cpp
+++ b/test/test_lfringbuffer03.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_lfringbuffer04.cpp b/test/test_lfringbuffer04.cpp
index 75a56df..302a436 100644
--- a/test/test_lfringbuffer04.cpp
+++ b/test/test_lfringbuffer04.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_lfringbuffer11.cpp b/test/test_lfringbuffer11.cpp
index 02a1b93..f58d9db 100644
--- a/test/test_lfringbuffer11.cpp
+++ b/test/test_lfringbuffer11.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_lfringbuffer12.cpp b/test/test_lfringbuffer12.cpp
index 118b0a1..aefe177 100644
--- a/test/test_lfringbuffer12.cpp
+++ b/test/test_lfringbuffer12.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_lfringbuffer13.cpp b/test/test_lfringbuffer13.cpp
index 41de418..f01445b 100644
--- a/test/test_lfringbuffer13.cpp
+++ b/test/test_lfringbuffer13.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_lfringbuffer_a.hpp b/test/test_lfringbuffer_a.hpp
index a66c9cf..425813e 100644
--- a/test/test_lfringbuffer_a.hpp
+++ b/test/test_lfringbuffer_a.hpp
@@ -22,7 +22,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_mm_sc_drf_00.cpp b/test/test_mm_sc_drf_00.cpp
index 6f043f4..af07573 100644
--- a/test/test_mm_sc_drf_00.cpp
+++ b/test/test_mm_sc_drf_00.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_mm_sc_drf_01.cpp b/test/test_mm_sc_drf_01.cpp
index 8728d32..0acd41d 100644
--- a/test/test_mm_sc_drf_01.cpp
+++ b/test/test_mm_sc_drf_01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_simple_timer01.cpp b/test/test_simple_timer01.cpp
index ed12fe3..611bdde 100644
--- a/test/test_simple_timer01.cpp
+++ b/test/test_simple_timer01.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_to_string.cpp b/test/test_to_string.cpp
index b83fad7..b4ff61b 100644
--- a/test/test_to_string.cpp
+++ b/test/test_to_string.cpp
@@ -21,7 +21,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_type_traits_queries01.cpp b/test/test_type_traits_queries01.cpp
index 7181608..b81d844 100644
--- a/test/test_type_traits_queries01.cpp
+++ b/test/test_type_traits_queries01.cpp
@@ -25,7 +25,6 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
diff --git a/test/test_uuid.cpp b/test/test_uuid.cpp
index c5570d6..1c76e4c 100644
--- a/test/test_uuid.cpp
+++ b/test/test_uuid.cpp
@@ -1,4 +1,3 @@
-#include <iostream>
#include <cassert>
#include <cinttypes>
#include <cstring>
@@ -10,9 +9,6 @@
using namespace jau;
TEST_CASE( "UUID Test 01", "[datatype][uuid]" ) {
- std::cout << "Hello COUT" << std::endl;
- std::cerr << "Hello CERR" << std::endl;
-
uint8_t buffer[100];
static uint8_t uuid128_bytes[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB };