summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'tests.gpr')
-rw-r--r--tests.gpr4
1 files changed, 2 insertions, 2 deletions
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;