File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 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>
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
2720with  Logger_Type ;
2821
Original file line number Diff line number Diff line change 11with "../ada_output_logger.gpr";
22
3+ -- Build and run (from project root):
4+ -- gprbuild tests/logger_tests.gpr && out/logger_test
5+ 
36project Logger_Tests is
47   for Source_Dirs use (".");
58   for Main use ("logger_test.adb");
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments