mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-29 04:03:51 +00:00
9 lines
318 B
Bash
Executable File
9 lines
318 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# make sure single-file header was regenerated
|
|
../scripts/generateSingleHeader.py
|
|
|
|
# run Test case with specified section to trigger bug #1394
|
|
../cmake-build-debug/examples/300-FilteredSection \#1394 -c RunSection
|
|
../cmake-build-debug/examples/300-FilteredSection \#1394\ nested -c NestedRunSection -c s1
|