From 7c8aac19374013e7366b5afbf5d85fe151de3669 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 5 Feb 2023 01:18:18 +0100 Subject: Added simple test for HitPoints This should have been added earlier. The test itself is questionable and overall very optimistic about the edge cases. The intent of this commit is purely set up of the testing framework. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bb68061..2e931df 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ Third-party libraries used: * EnTT + * GTest * nlohmann\_json * raylib Both Raylib and Nlohmann's JSON libraries are available in mainstream distribution repositories. Confirmed with Arch Linux and Ubuntu. In case they are not, you can install Raylib[1] and JSON[2] from source. EnTT is rarely available. For -Arch Linux you can use AUR package[3]. Otherwise, install from source git repository[4]. +Arch Linux you can use AUR package[3]. Otherwise, install from source git repository[4]. GTest is available in Arch, but +Ubuntu package repositories contain only sources. After making sure all dependencies are available, run CMake to generate and build: -- cgit v1.1