Skip to content

抽象度を上げてPC上でもテスト可能にすることを目指したライブラリ

Notifications You must be signed in to change notification settings

TNCTRobocon/trobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

環境構築

Ubuntu環境にて次のように実行する。

sudo apt update && sudo apt upgrade -y
sudo apt install build-essential cmake git clang-format -y
git clone <このリポジトリ>

ビルドとテスト

環境構築した状態で次のように実行する

mkdir build;cd build
cmake ..
make -j
ctest

About

抽象度を上げてPC上でもテスト可能にすることを目指したライブラリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published