summaryrefslogtreecommitdiffstats
path: root/tests/linux-headers
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2010-12-14 04:18:48 +0000
committerJeff Bilyk <jbilyk@gmail.com>2010-12-14 04:18:48 +0000
commit4e9667c8fe6d40e80271d54d391878344a2a68b2 (patch)
treea6b5f84c8dcd41a0aaec2c26c2634e634fa75eda /tests/linux-headers
parentbf71842f902eb5ae092ef5d57da409605f08a1aa (diff)
downloadapts-4e9667c8fe6d40e80271d54d391878344a2a68b2.tar.bz2
apts-4e9667c8fe6d40e80271d54d391878344a2a68b2.tar.xz
apts: add last of the old testing files, update missing-tests file with tests that didn't work
Add last of testing files from original apts, update missing-tests file
Diffstat (limited to 'tests/linux-headers')
-rw-r--r--tests/linux-headers5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/linux-headers b/tests/linux-headers
new file mode 100644
index 0000000..0291bff
--- /dev/null
+++ b/tests/linux-headers
@@ -0,0 +1,5 @@
+ apk_add $@ gcc binutils
+ echo -e "#include <linux/xfrm.h>\nint main(void){}" >test.c
+ PATH=${PATH}:/usr/i386-gentoo-linux-uclibc/binutils-bin/2.18 \
+ gcc test.c
+ apk_del $@ gcc binutils