From 731e861f233ab90078c00b3dad5ace4eaed45e95 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 24 May 2020 19:07:23 +1000 Subject: Revamped tests to use the basic-unit-test project --- tests.gpr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests.gpr') diff --git a/tests.gpr b/tests.gpr index 9be8011..18edc51 100644 --- a/tests.gpr +++ b/tests.gpr @@ -1,6 +1,6 @@ -with "packrat"; +with "packrat", "basic_unit_test"; project Tests is @@ -16,7 +16,7 @@ project Tests is package Builder is - for Executable("test_main.adb") use "testrat"; + for Executable("test_main.adb") use "rattest"; end Builder; -- cgit