Skip to content

Instantly share code, notes, and snippets.

@stanislaw
Created November 19, 2017 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stanislaw/6d87170ce2d6b919ea06a33341887548 to your computer and use it in GitHub Desktop.
Save stanislaw/6d87170ce2d6b919ea06a33341887548 to your computer and use it in GitHub Desktop.
Error 2
mull (master)*$ make -f Makefile.macos generate_fixtures
cd lab && make synchronize_fixtures
cd ./custom_test/ && make synchronize_fixtures
mkdir -p ../../unittests/fixtures/custom_test/distance/
cp ./build/*.ll ../../unittests/fixtures/custom_test/distance/
cp ./build/*.bc ../../unittests/fixtures/custom_test/distance/
cd ./google_test/google_test/ && make synchronize_fixtures
mkdir -p ../../../unittests/fixtures/google_test/google_test/
cp build/*.bc ../../../unittests/fixtures/google_test/google_test/
cd ./simple_test/mutation_operators/and_or_replacement && make synchronize_fixtures
mkdir -p ../../../../unittests/fixtures/simple_test/mutation_operators/and_or_replacement/
cp ./*.bc ../../../../unittests/fixtures/simple_test/mutation_operators/and_or_replacement/
cd ./simple_test/mutation_operators/and_or_replacement_cpp/ && make synchronize_fixtures
mkdir -p ../../../../unittests/fixtures/simple_test/mutation_operators/and_or_replacement_cpp/
cp ./*.bc ../../../../unittests/fixtures/simple_test/mutation_operators/and_or_replacement_cpp/
cd ./simple_test/mutation_operators/math_div/ && make synchronize_fixtures
mkdir -p ../../../../unittests/fixtures/simple_test/mutation_operators/math_div/
cp ./*.bc ../../../../unittests/fixtures/simple_test/mutation_operators/math_div/
cp: ./*.bc: No such file or directory
make[2]: *** [synchronize_fixtures] Error 1
make[1]: *** [synchronize_fixtures] Error 2
make: *** [generate_fixtures] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment