mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
713b0b5892
- added test suite
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
# gsh command file to create the files for test lseg:
|
|
# procs.o output from compiler
|
|
# procs output from linker (executable)
|
|
# procs.lib output from makelib (library)
|
|
|
|
17/occ -i -v -w -a0 procs.c -o procs
|
|
|
|
rm -f procs.lib
|
|
makelib -P procs.lib +procs.o
|