mirror of
https://github.com/boostorg/test.git
synced 2026-01-26 19:12:10 +00:00
10 lines
139 B
C++
10 lines
139 B
C++
#define BOOST_TEST_MODULE broken
|
|
#include <boost/test/included/unit_test.hpp>
|
|
|
|
|
|
BOOST_AUTO_TEST_CASE( broken_test )
|
|
{
|
|
::system("ls");
|
|
}
|
|
|