Move the tests to catch2 so I can get tap output for the game.

This commit is contained in:
Zed A. Shaw 2024-08-10 06:59:28 -04:00
parent 1fb99618bf
commit 52b59d38ad
5 changed files with 16 additions and 16 deletions

View file

@ -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