diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-29 03:59:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-29 03:59:09 +0000 |
commit | d0e4e8adbd6229d60f710f30d5dc44e4ab33f7a5 (patch) | |
tree | ff5775b881a9ec2c4690a1f8d05dadacdf098f55 /test/stdio/Makefile | |
parent | fcd11317c46159948085ad432ef41fd91ff67f1e (diff) |
make sure 64bit output is correct
Diffstat (limited to 'test/stdio/Makefile')
-rw-r--r-- | test/stdio/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stdio/Makefile b/test/stdio/Makefile new file mode 100644 index 000000000..d3ae2f368 --- /dev/null +++ b/test/stdio/Makefile @@ -0,0 +1,6 @@ +# uClibc assert tests +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +include ../Test.mak + +DODIFF_64bit := 1 |