Skip to content

Commit 5ed660a

Browse files
committed
chore: Update build instructions in test project file
1 parent 5358d10 commit 5ed660a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

tests/logger_test.adb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- Created Date: 2024-06-30 17:11:57
44
-- Author: 3urobeat
55
--
6-
-- Last Modified: 2024-09-22 16:35:21
6+
-- Last Modified: 2024-11-12 09:20:38
77
-- Modified By: 3urobeat
88
--
99
-- Copyright (c) 2024 3urobeat <https://github.com/3urobeat>
@@ -16,13 +16,6 @@
1616
-- File for testing logger functions
1717

1818

19-
-- Clean and create build folder once:
20-
-- rm -rf ./build && mkdir ./build
21-
22-
-- Compile and run using: (The echo appendage makes sure your cursor reappears when the binary crashes)
23-
-- ( $(cd build && gnatmake -g -I../src ../logger_test.adb -o logger-test) && ./build/logger-test ) ; echo -e "\033[?25h"
24-
25-
2619
-- Import the library
2720
with Logger_Type;
2821

tests/logger_tests.gpr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
with "../ada_output_logger.gpr";
22

3+
-- Build and run (from project root):
4+
-- gprbuild tests/logger_tests.gpr && out/logger_test
5+
36
project Logger_Tests is
47
for Source_Dirs use (".");
58
for Main use ("logger_test.adb");

0 commit comments

Comments
 (0)