Skip to content

Instantly share code, notes, and snippets.

@makestuff
Created December 29, 2013 14:15
Show Gist options
  • Select an option

  • Save makestuff/8170823 to your computer and use it in GitHub Desktop.

Select an option

Save makestuff/8170823 to your computer and use it in GitHub Desktop.
$ mkdir $HOME/20131101
$ cd $HOME/20131101
$ wget -qO- http://www.swaton.ukfsn.org/bin/makestuff-lindar-20130829.tar.gz | tar zxf -
$ cd makestuff
$ scripts/msget.sh makestuff/common/20131101
Fetching "makestuff/common/20131101"...
Uncompressing "makestuff/common/20131101" into "common" directory...
$ cd libs/
$ wget -qO- http://www.swaton.ukfsn.org/temp/libcompetition.tar.gz | tar zxf -
$ cd libcompetition/
$ make
:
$ cd unit-test/
$ make deps
$ cp lin.x64/rel/unit-test ../tests
$ cd ..
$ make clean; make; LD_LIBRARY_PATH=lin.x64/rel ./tests
:
testMul.cpp:6: error: Failure in Mul_testMultiply: Expected 20 but was 0
FAILURE: 1 out of 1 tests failed (1 failures).
Test time: 0.00 seconds.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment