-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi
Thanks for making this tester file;
I tried to learn from your tester program where I noticed you use .esq
in
1 exec: $(SRC)
10 @$(CC) -o t0.esq $^ $(CFG) -D BUFFER_SIZE=0
1 @$(CC) -o t1.esq $^ $(CFG) -D BUFFER_SIZE=1
2 @$(CC) -o t2.esq $^ $(CFG) -D BUFFER_SIZE=2
3 @$(CC) -o t42.esq $^ $(CFG) -D BUFFER_SIZE=42
4 @$(CC) -o t42000.esq $^ $(CFG) -D BUFFER_SIZE=42000
5
I couldn't find anywhere to understand what that meant. Is there any chance you could explain it a bit?
Many thanks!
David
Metadata
Metadata
Assignees
Labels
No labels