Move the tests to catch2 so I can get tap output for the game.
This commit is contained in:
parent
1fb99618bf
commit
52b59d38ad
5 changed files with 16 additions and 16 deletions
|
@ -9,6 +9,7 @@ meson wrap install fmt
|
|||
meson wrap install sqlite3
|
||||
meson wrap install sqlitecpp
|
||||
meson wrap install ftxui
|
||||
meson wrap install catch2
|
||||
# $env:CC="clang"
|
||||
# $env:CXX="clang++"
|
||||
meson setup --default-library=static --prefer-static builddir
|
||||
|
|
|
@ -11,4 +11,5 @@ meson wrap install fmt
|
|||
meson wrap install sqlite3
|
||||
meson wrap install sqlitecpp
|
||||
meson wrap install ftxui
|
||||
meson wrap install catch2
|
||||
meson setup builddir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue