8 lines
178 B
Bash
8 lines
178 B
Bash
|
apt-get install -y g++ make git autoconf
|
||
|
git clone https://github.com/cpputest/cpputest.git
|
||
|
cd cpputest
|
||
|
mkdir cpputest_build
|
||
|
cd cpputest_build
|
||
|
autoreconf .. -i
|
||
|
../configure
|
||
|
make
|