Run all new tests.
This commit is contained in:
		
							parent
							
								
									656789e984
								
							
						
					
					
						commit
						45252d7fc4
					
				
					 2 changed files with 21 additions and 3 deletions
				
			
		|  | @ -299,7 +299,10 @@ TESTS-SOURCES=tests.scm listing.import.scm util-dict-list.import.scm	\ | |||
| 	primes.import.scm brmember.import.scm table-old.import.scm	\
 | ||||
| 	util-csv.import.scm util-set-list.import.scm			\
 | ||||
| 	util-parser.import.scm util-string.import.scm			\
 | ||||
| 	cal-day.import.scm util-dict-bst.import.scm | ||||
| 	cal-day.import.scm util-dict-bst.import.scm			\
 | ||||
| 	util-utf8.import.scm sgr-state.import.scm sgr-list.import.scm	\
 | ||||
| 	sgr-block.import.scm template-list-expander.import.scm		\
 | ||||
| 	table-style.import.scm box-drawing.import.scm | ||||
| 
 | ||||
| tests.o: tests.import.scm | ||||
| tests.import.scm: $(TESTS-SOURCES) | ||||
|  |  | |||
|  | @ -47,7 +47,14 @@ | |||
| 	 util-set-list | ||||
| 	 util-parser | ||||
| 	 util-string | ||||
| 	 util-dict-bst) | ||||
| 	 util-dict-bst | ||||
| 	 util-utf8 | ||||
| 	 sgr-state | ||||
| 	 sgr-list | ||||
| 	 sgr-block | ||||
| 	 template-list-expander | ||||
| 	 table-style | ||||
| 	 box-drawing) | ||||
| 
 | ||||
|  (define (run-all-tests!) | ||||
|    (listing-tests!) | ||||
|  | @ -65,6 +72,14 @@ | |||
|    (table-tests!) | ||||
|    (csv-simple-tests!) | ||||
|    (parser-tests!) | ||||
|    (string-tests!)) | ||||
|    (string-tests!) | ||||
|    (util-utf8-tests!) | ||||
|    (sgr-state-tests!) | ||||
|    (sgr-list-tests!) | ||||
|    (sgr-block-tests!) | ||||
|    (template-list-expander-tests!) | ||||
|    (box-drawing-tests!) | ||||
|    (table-style-tests!) | ||||
|    ) | ||||
| 
 | ||||
|  ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue