basics of testing framework
This commit is contained in:
		
							parent
							
								
									19dfedaf80
								
							
						
					
					
						commit
						f83054b752
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,8 @@ let
 | 
			
		|||
    cl-smtp
 | 
			
		||||
    log4cl
 | 
			
		||||
    cl_plus_ssl
 | 
			
		||||
    fiveam
 | 
			
		||||
    slite
 | 
			
		||||
    pkgs.openssl
 | 
			
		||||
    pkgs.openssl.out
 | 
			
		||||
    pkgs.openssl.dev
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,6 +7,7 @@
 | 
			
		|||
(asdf:load-system 'lass)
 | 
			
		||||
(asdf:load-system 'cl-smtp)
 | 
			
		||||
(asdf:load-system 'log4cl)
 | 
			
		||||
(asdf:load-system 'fiveam)
 | 
			
		||||
 | 
			
		||||
(defpackage tfcserver
 | 
			
		||||
  (:use :cl :com.inuoe.jzon :spinneret :serapeum))
 | 
			
		||||
| 
						 | 
				
			
			@ -539,3 +540,6 @@ with the image attached"
 | 
			
		|||
          (hunchentoot:stop *server*)
 | 
			
		||||
          (uiop:quit)))
 | 
			
		||||
    (error (c) (format t "Woops, an unknown error occured:~&~a~&" c))))
 | 
			
		||||
 | 
			
		||||
(fiveam:test testing-things
 | 
			
		||||
   (fiveam:is (= 2 (+ 1 1))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue