2025-01-04 10:01:46 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-12-29 21:58:11 +00:00
|
|
|
apt-get install -y g++ make git autoconf libtool
|
2024-07-23 21:12:25 +00:00
|
|
|
git clone https://github.com/cpputest/cpputest.git
|
|
|
|
cd cpputest
|
2025-01-04 10:01:46 +00:00
|
|
|
autoreconf -i
|
|
|
|
./configure
|
|
|
|
make
|
|
|
|
echo "export CPPUTEST=/app/cpputest" >> ~/.bashrc
|