aboutsummaryrefslogtreecommitdiffhomepage
path: root/libslang/src/test/template.sl
blob: f63c750df46011c510cf4d276b73f35fc2f74893 (plain)
1
2
3
4
5
6
7
8
9
10
_debug_info = 1; () = evalfile ("inc.sl");

print ("Testing XXXXX ...");

% Tests go here....

print ("Ok\n");

exit (0);