Skip to content
Snippets Groups Projects
Commit 362bec66 authored by Guido Günther's avatar Guido Günther
Browse files

autopkgtest: Adjust to new path

parent 4d8622c9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
CFLAGS=$(shell pkg-config --cflags libvirt)
LIBS=$(shell pkg-config --libs libvirt)
a.out: examples/dominfo/info1.c
a.out: examples/c/domain/info1.c
gcc $(CFLAGS) $< $(LIBS)
@echo "Build test of $< succeeded"
@rm -f a.out
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment