]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/test-simple/test/test-basic.el
Oops - should have added in branch externals/<pkg>
[gnu-emacs-elpa] / packages / test-simple / test / test-basic.el
diff --git a/packages/test-simple/test/test-basic.el b/packages/test-simple/test/test-basic.el
deleted file mode 100644 (file)
index 72cb5b3..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-(require 'cl)
-(load-file "../test-simple.el")
-(test-simple-start "test-simple.el")
-
-(note "basic-tests")
-(assert-t (memq 'test-simple features) "'test-simple provided")
-
-(assert-nil nil "assert-nil failure test")
-(assert-nil nil "Knights if ni")
-(assert-equal 5 (+ 1 4) "assert-equal")
-(assert-raises error (error "you should not see this") "assert-raises")
-
-(end-tests)