Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Duncan White
C-datadec
Commits
0ac38050
Commit
0ac38050
authored
Mar 19, 2002
by
dcw
Browse files
added Testing section
parent
c6100a28
Changes
1
Show whitespace changes
Inline
Side-by-side
README
View file @
0ac38050
...
@@ -6,7 +6,7 @@ implement them.
...
@@ -6,7 +6,7 @@ implement them.
19th March 2002
19th March 2002
Building and Packaging on Linux
Building and Packaging on Linux
-----------------
-----------------
--------------
Either download http://csgsoft.doc.ic.ac.uk/datadec/datadec-1.0-1.i386.rpm
Either download http://csgsoft.doc.ic.ac.uk/datadec/datadec-1.0-1.i386.rpm
and install it (rpm -i) from there, or do a source build:
and install it (rpm -i) from there, or do a source build:
...
@@ -52,3 +52,15 @@ Building on Solaris or Other Unices
...
@@ -52,3 +52,15 @@ Building on Solaris or Other Unices
5. install the package (as root):
5. install the package (as root):
pkgadd -d datadec-1.0-1-sol8-sparc-dcw all
pkgadd -d datadec-1.0-1-sol8-sparc-dcw all
Testing
-------
Having built datadec in the source directory, you can also compile and
run a test harness in the test directory. test/cdata.in is the datadec
input file which declares some recursive data types (lists and trees),
and ctest.c is the test harness that uses them. cd into test and run make
to turn cdata.in into cx.h and cx.c, and to compile cx.c and ctest.c and
link them..
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment