===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
adapterremoval-2.3.1/tests/unit/catch.hpp-5827-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
adapterremoval-2.3.1/tests/unit/catch.hpp:5828:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
adapterremoval-2.3.1/tests/unit/catch.hpp-5829-    #else // Fall back to the generic way.
##############################################
adapterremoval-2.3.1/tests/unit/fastq_test.cpp-1036-    const fastq record = fastq("record_1", "ACGTACGATA", "!$#$*68CGJ");
adapterremoval-2.3.1/tests/unit/fastq_test.cpp:1037:    REQUIRE(record.to_str() == "@record_1\nACGTACGATA\n+\n!$#$*68CGJ\n");
adapterremoval-2.3.1/tests/unit/fastq_test.cpp-1038-}
##############################################
adapterremoval-2.3.1/tests/unit/fastq_test.cpp-1042-    const fastq record = fastq("record_1", "ACGTACGATA", "!$#$*68CGJ");
adapterremoval-2.3.1/tests/unit/fastq_test.cpp:1043:    REQUIRE(record.to_str() == "@record_1\nACGTACGATA\n+\n!$#$*68CGJ\n");
adapterremoval-2.3.1/tests/unit/fastq_test.cpp-1044-}
##############################################
adapterremoval-2.3.1/debian/tests/run-unit-test-4-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
adapterremoval-2.3.1/debian/tests/run-unit-test:5:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
adapterremoval-2.3.1/debian/tests/run-unit-test-6-fi