Skip to content

Commit 3b7565e

Browse files
author
Daniel Marjamäki
committed
nullpointer1: added 'make test' target
1 parent 84a811e commit 3b7565e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nullpointer1/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ INCLUDE = -I ../include \
1212
nullpointer1.so: nullpointer1.c ../include/parse-tree.h
1313
gcc $(INCLUDE) -shared -fPIC -o nullpointer1.so nullpointer1.c
1414

15-
15+
test: nullpointer1.so
16+
xgcc $(INCLUDE) -fplugin=./nullpointer1.so -c test1.c

0 commit comments

Comments
 (0)