Skip to content

Commit e9c738e

Browse files
committed
Test clightgen with -short-idents and -normalize options
Use different combination of options for different test files.
1 parent 361726e commit e9c738e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/clightgen/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ SRC+=arrays.c eval.c gmllexer.c gmlparser.c intersect.c light.c main.c \
2828

2929
CFLAGS=-DSYSTEM_$(SYSTEM)
3030

31+
aes.vo almabench.vo binarytrees.vo bisect.vo chomp.vo: CFLAGS += -short-idents
32+
33+
fft.vo fftsp.vo fftw.vo fib.vo integr.vo knucleotide.vo: CFLAGS += -short-idents -normalize
34+
35+
qsort.vo sha1.vo sha3.vo siphash24.vo spectral.vo vmach.vo: CFLAGS += -normalize
36+
3137
all: $(SRC:.c=.vo)
3238

3339
test:

0 commit comments

Comments
 (0)