- Create a new example program in
src
, preferably as a single file to keep things manageable. - At the start of your file, add a comment specified exactly as follows.
These lines are used by the testing script to determine the input argument(s).
If for some reason one of the targets does not (yet) work for the example, by leaving that target out the test for that target will be skipped.
SEQ arg1 arg2 arg3 CHECK arg1' arg2' arg3' MT arg1'' arg2'' arg3''
- Add the file to the
seq
,check
, andmt
targets in theMakefile
. - Add the file to
test.sh
.
-
Notifications
You must be signed in to change notification settings - Fork 0
SaC examples, used for integration testing the compiler and standard library.
License
SacBase/sac-examples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
SaC examples, used for integration testing the compiler and standard library.