diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-25 06:55:03 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-25 06:55:03 +0100 |
commit | 5f72b8029c07f3357014d8716f18f21ce649c98a (patch) | |
tree | d2d8cd279515d3f1900ddd196f4cbcc710a66adc /test/src/Makefile | |
parent | ec20965dbd3180a92d2daa69a075284688b1be04 (diff) |
Provide more real test packages
* Use devtools instead of plain makepkg
* This is a preparation for some more advanced test cases.
Diffstat (limited to 'test/src/Makefile')
-rw-r--r-- | test/src/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/Makefile b/test/src/Makefile new file mode 100644 index 0000000..105b730 --- /dev/null +++ b/test/src/Makefile @@ -0,0 +1,5 @@ +all: + gcc $(CFLAGS) -o test test.c + +install: + install -D -m755 test $(DESTDIR)/usr/bin/$(DESTBIN) |