sanity: add libc/stdlib sanity checks

These are meant to test our back-compat stubs, but they are enabled for all
builds for the sake of consistency.
This commit is contained in:
Cory Fields
2014-06-13 19:19:35 -04:00
parent 11404af34c
commit 679240d0e9
4 changed files with 133 additions and 1 deletions

7
src/compat/sanity.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef BITCON_COMPAT_SANITY_H
#define BITCON_COMPAT_SANITY_H
bool glibc_sanity_test();
bool glibcxx_sanity_test();
#endif