Skip to content

Commit

Permalink
update afl, toknizer is cpp now
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed May 13, 2022
1 parent d79322c commit a5e2e89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/afl_digest_test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ all: afl_test
afl_test: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -I$(PROXYSQL_IDIR) afl_mysql_query_digest.cpp -o afl_test

c_tokenizer.o: c_tokenizer.c c_tokenizer.h
$(CC) $(CFLAGS) -c c_tokenizer.c
c_tokenizer.o: c_tokenizer.cpp c_tokenizer.h
$(CC) $(CFLAGS) -c c_tokenizer.cpp

clean:
rm -f *~ *.o afl_test
1 change: 0 additions & 1 deletion test/afl_digest_test/c_tokenizer.c

This file was deleted.

1 change: 1 addition & 0 deletions test/afl_digest_test/c_tokenizer.cpp

0 comments on commit a5e2e89

Please sign in to comment.