Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cl-base64
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyxt
cl-base64
Commits
3142c5d3
Commit
3142c5d3
authored
21 years ago
by
Kevin M. Rosenberg
Browse files
Options
Downloads
Patches
Plain Diff
r4484: Auto commit for Debian build
parent
b129ff9b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
base64-tests.lisp
+2
-2
2 additions, 2 deletions
base64-tests.lisp
base64.asd
+4
-4
4 additions, 4 deletions
base64.asd
with
6 additions
and
6 deletions
base64-tests.lisp
+
2
−
2
View file @
3142c5d3
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg
;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Jan 2003
;;;; Date Started: Jan 2003
;;;;
;;;;
;;;; $Id: base64-tests.lisp,v 1.
2
2003/04/15 15:
44
:0
7
kevin Exp $
;;;; $Id: base64-tests.lisp,v 1.
3
2003/04/15 15:
51
:0
3
kevin Exp $
;;;; *************************************************************************
;;;; *************************************************************************
(
in-package
:cl-user
)
(
in-package
:cl-user
)
...
@@ -73,4 +73,4 @@
...
@@ -73,4 +73,4 @@
(
time-iterations
n
(
excl:usb8-array-to-base64-string
usb8
))))
(
time-iterations
n
(
excl:usb8-array-to-base64-string
usb8
))))
;;#+run-test
(test-base64)
(
test-base64
)
This diff is collapsed.
Click to expand it.
base64.asd
+
4
−
4
View file @
3142c5d3
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg
;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Dec 2002
;;;; Date Started: Dec 2002
;;;;
;;;;
;;;; $Id: base64.asd,v 1.
8
2003/04/15 15:
44
:0
7
kevin Exp $
;;;; $Id: base64.asd,v 1.
9
2003/04/15 15:
51
:0
3
kevin Exp $
;;;; *************************************************************************
;;;; *************************************************************************
(
in-package
:asdf
)
(
in-package
:asdf
)
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
(
pushnew
:base64
cl:*features*
))
(
pushnew
:base64
cl:*features*
))
;; depends-on only needed for test-op
;; depends-on only needed for test-op
:depends-on
(
:kmrcl
#-
allegro
:tester
)
:depends-on
(
:kmrcl
:tester
)
:components
:components
((
:file
"package"
)
((
:file
"package"
)
...
@@ -38,5 +38,5 @@
...
@@ -38,5 +38,5 @@
))
))
(
defmethod
perform
((
o
test-op
)
(
c
(
eql
(
find-system
:base64
))))
(
defmethod
perform
((
o
test-op
)
(
c
(
eql
(
find-system
:base64
))))
(
or
(
load
(
compile-file
"base64-tests.lisp"
)
)
(
or
(
load
"base64-tests.lisp"
)
(
error
"test-op failed"
)))
(
error
"test-op failed"
)))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment