Skip to content

Commit 4b12136

Browse files
committed
syntax amenable for win
1 parent 370f3c0 commit 4b12136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate-tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int main(int, char **argv) {
3737
std::string exePath = getExePath(argv[0]);
3838

3939
const std::map<std::set<std::string>, std::vector<std::string>> ext_args = {
40-
{{"fasta", "fasta.gz", "fastq", "fastq.gz"}, {"", "5", "-f '>10'", "-f '<10'", "-f '=10'"}}
40+
{{"fasta", "fasta.gz", "fastq", "fastq.gz"}, {"", "5", "-f \">10\"", "-f \"<10\"", "-f \"=10\""}}
4141
// {{set of test file extensions}, {list of command line args to run with}}
4242
};
4343

0 commit comments

Comments
 (0)