Cleanup lisp directory
Removing the default.nix that I used to attempt to build prove, a Common Lisp unit testing library. Also removing the lisp module with the unit tests themselves.
This commit is contained in:
		
							parent
							
								
									95d03facb3
								
							
						
					
					
						commit
						e2e59c63e7
					
				
					 2 changed files with 0 additions and 29 deletions
				
			
		|  | @ -1,16 +0,0 @@ | |||
| { depot ? import <depot> {}, | ||||
|   universe ? import <universe> {}, | ||||
|   ... | ||||
| }: | ||||
| 
 | ||||
| depot.nix.buildLisp.program { | ||||
|   name = "unit-testing"; | ||||
| 
 | ||||
|   deps = with universe.third_party.lisp; [ | ||||
|     prove | ||||
|   ]; | ||||
| 
 | ||||
|   srcs = [ | ||||
|     ./unit-testing.lisp | ||||
|   ]; | ||||
| } | ||||
|  | @ -1,13 +0,0 @@ | |||
| (in-package #:cl-user) | ||||
| (defpackage #:my-test | ||||
|   (:documentation "Unit testing in Common Lisp.") | ||||
|   (:use #:cl)) | ||||
| (in-package #:my-test) | ||||
| 
 | ||||
| (plan 3) | ||||
| 
 | ||||
| (ok (not (find 4 '(1 2 3)))) | ||||
| (is 4 4) | ||||
| (isnt 1 #\1) | ||||
| 
 | ||||
| (finalize) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue