summaryrefslogtreecommitdiff
path: root/tests.gpr
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-05-24 19:07:23 +1000
committerJed Barber <jjbarber@y7mail.com>2020-05-24 19:07:23 +1000
commit731e861f233ab90078c00b3dad5ace4eaed45e95 (patch)
tree173ac51104a31864a073e6c5c140853aee1ed80e /tests.gpr
parent94609aeabcd441caa7c9d41f54166b3f3ede1442 (diff)
Revamped tests to use the basic-unit-test project
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;