From f53c515902c582d38427cc6ec5f7c0ad885f78c6 Mon Sep 17 00:00:00 2001 From: Sascha Schneider Date: Mon, 8 Jul 2024 22:44:38 +0200 Subject: [PATCH] Add mc to tests --- run_tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index e5c618d..20006a0 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -8,4 +8,8 @@ make -f Makefile-agon cd .. git clone https://github.com/BlastBrothers/agon-mega-io.git --depth 1 && cd agon-mega-io make +cd .. +git clone https://github.com/lennart-benschop/agon-utilities.git --depth 1 && cd agon-utilities/mc +make +cd ../.. echo "All tests done." \ No newline at end of file