Skip to content

Commit 92ce425

Browse files
author
Daniel Marjamäki
committed
added a 'make test' for myplugin1
1 parent fdfe987 commit 92ce425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

myplugin1/Makefile

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

15-
15+
test: myplugin1.so
16+
xgcc $(INCLUDE) -I ~/gcc/build/gcc/include -fplugin=./myplugin1.so -c myplugin1.c

0 commit comments

Comments
 (0)