summaryrefslogtreecommitdiff
path: root/Examples/test-suite/matlab/preproc_runme.m
blob: 7675accdc486a9c1b215947c8c31974d01d111b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if (preproc.endif_ ~= 1)
  error('failed')
end

if (preproc.define ~= 1)
  error('failed')
end

if (preproc.defined ~= 1)
  error('failed')
end

if (2*preproc.one ~= preproc.two)
  error('failed')
end