File tree Expand file tree Collapse file tree 8 files changed +14
-52
lines changed Expand file tree Collapse file tree 8 files changed +14
-52
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This directory contains Cram tests for Stellogen.
44
55## Test Files  
66
7- -  ` subjects .t`  - Tests for basic syntax subjects  in ` test/subjects / ` 
7+ -  ` syntax .t`  - Tests for basic syntax in ` test/syntax / ` 
88-  ` examples.t `  - Tests for all examples in ` examples/ ` 
99
1010## Running Tests  
Original file line number Diff line number Diff line change 1- ; Cram tests for Stellogen examples and subjects 
1+ ; Cram tests for Stellogen examples and syntax 
22(cram
33 (deps
4-   (glob_files ./subjects /*.sg)
4+   (glob_files ./syntax /*.sg)
55  (glob_files ../examples/*.sg)
66  (glob_files ../exercises/solutions/*.sg)
77  (package stellogen)))
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 1+ Test  syntax -  basic syntax tests
2+ ================================= =
3+ 
4+ Linear execution test: 
5+   $  sgen run  syntax/ linear. sg
6+ 
7+ Prolog-style test: 
8+   $  sgen run  syntax/ prolog. sg
9+ 
10+ Records test: 
11+   $  sgen run  syntax/ records. sg
File renamed without changes.
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments